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 | ??Y? | 00111111001111110101100100111111 | 3f3f593f |
SJIS-WIN | 鶉溽Y鶉 | 11101010010001111001111111100111010110011110101001000111 | ea479fe759ea47 |
EUC-JP | 鶉溽Y鶉 | 11110011101010001101111011101001010110011111001110101000 | f3a8dee959f3a8 |
UTF-8 | 鶉溽Y鶉 | 11101001101101101000100111100110101110101011110101011001111010011011011010001001 | e9b689e6babd59e9b689 |
UHC | ??Y? | 00111111001111110101100100111111 | 3f3f593f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)