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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鴾雫紗 | 111010011111101010001110101101001000111011010001 | e9fa8eb48ed1 |
EUC-JP | 鴾雫紗 | 111100101111110010111100101101101011110011010011 | f2fcbcb6bcd3 |
UTF-8 | 鴾雫紗 | 111010011011010010111110111010011001101110101011111001111011010010010111 | e9b4bee99babe7b497 |
UHC | ??紗 | 00111111001111111101111011101001 | 3f3fdee9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)