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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | 饔?饔?B | 100011111110100011101111001111111000111111101000111011110011111101000010 | 8fe8ef3f8fe8ef3f42 |
UTF-8 | 饔렟饔렟B | 11101001101001011001010011101011101000001001111111101001101001011001010011101011101000001001111101000010 | e9a594eba09fe9a594eba09f42 |
UHC | 饔렟饔렟B | 111010001011110110001110101100001110100010111101100011101011000001000010 | e8bd8eb0e8bd8eb042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)