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 | ??R? | 00111111001111110101001000111111 | 3f3f523f |
SJIS-WIN | 壕?R畯 | 100011011000100000111111010100101111101101101111 | 8d883f52fb6f |
EUC-JP | 壕?R畯 | 10111001111010000011111101010010100011111100110110111011 | b9e83f528fcdbb |
UTF-8 | 壕렚R畯 | 11100101101000111001010111101011101000001001101001010010111001111001010110101111 | e5a395eba09a52e795af |
UHC | 壕렚R畯 | 11111011101111011000111010101101010100101111000111100001 | fbbd8ead52f1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)