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 | ??V?? | 0011111100111111010101100011111100111111 | 3f3f563f3f |
SJIS-WIN | 壕?V畯龍 | 1000110110001000001111110101011011111011011011111001011110110100 | 8d883f56fb6f97b4 |
EUC-JP | 壕?V畯龍 | 101110011110100000111111010101101000111111001101101110111100111010110110 | b9e83f568fcdbbceb6 |
UTF-8 | 壕렚V畯龍 | 11100101101000111001010111101011101000001001101001010110111001111001010110101111111010011011111010001101 | e5a395eba09a56e795afe9be8d |
UHC | 壕렚V畯龍 | 111110111011110110001110101011010101011011110001111000011101011110100011 | fbbd8ead56f1e1d7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)