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 | 11100110101110011001101111100111101011101010101011100101100011011011001101000010 | e6b99be7aeaae58db342 |
EUC-JP | 貉帷ョェ蜊ウB | 11101100101110111101011011101001100011101010111010001110101010101110100111101101100011101011001101000010 | ecbbd6e98eae8eaae9ed8eb342 |
UTF-8 | 貉帷ョェ蜊ウB | 11101000101100101000100111100101101110001011011111101111101111011010111011101111101111011010101011101000100111001000101011101111101111011011001101000010 | e8b289e5b8b7efbdaeefbdaae89c8aefbdb342 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)