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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??曹??曹B | 001111110011111110010001100000100011111100111111100100011000001001000010 | 3f3f91823f3f918242 |
EUC-JP | ??曹??曹B | 001111110011111111000001111000100011111100111111110000011110001001000010 | 3f3fc1e23f3fc1e242 |
UTF-8 | 룶ㄱ曹룶ㄱ曹B | 11101011101000111011011011100011100001001011000111100110100110111011100111101011101000111011011011100011100001001011000111100110100110111011100101000010 | eba3b6e384b1e69bb9eba3b6e384b1e69bb942 |
UHC | 룶ㄱ曹룶ㄱ曹B | 10001111101010111010010010100001111100001100011110001111101010111010010010100001111100001100011101000010 | 8faba4a1f0c78faba4a1f0c742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)