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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 闃晄万G | 11101000100010101001110111100110100101101001110001000111 | e88a9de6969c47 |
EUC-JP | 闃晄万G | 11101111111010101101101011101000110010111111110001000111 | efeadae8cbfc47 |
UTF-8 | 闃晄万G | 11101001100101111000001111100110100110011000010011100100101110001000011101000111 | e99783e69984e4b88747 |
UHC | ?晄万G | 001111111111110011001101110110001011001001000111 | 3ffccdd8b247 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)