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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 瑤。鈆ノ | 111010101010001010100001111110111100000111001001 | eaa2a1fbc1c9 |
EUC-JP | 瑤。鈆ノ | 111101001010010010001110101000011000111111100011101111001000111011001001 | f4a48ea18fe3bc8ec9 |
UTF-8 | 瑤。鈆ノ | 111001111001000110100100111011111011110110100001111010011000100010000110111011111011111010001001 | e791a4efbda1e98886efbe89 |
UHC | 瑤??? | 1110100011111101001111110011111100111111 | e8fd3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)