To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 瑯畴瞿 | 111000001110010111100001011001101110000111011000 | e0e5e166e1d8 |
EUC-JP | 瑯畴瞿 | 111000001110011111100001110001111110001011011010 | e0e7e1c7e2da |
UTF-8 | 瑯畴瞿 | 111001111001000110101111111001111001010110110100111001111001111010111111 | e791afe795b4e79ebf |
UHC | 瑯?瞿 | 1101010111001011001111111100111110111010 | d5cb3fcfba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)