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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 倭?えB | 100110000110000000111111100000101010011001000010 | 98603f82a642 |
EUC-JP | 倭?えB | 110011111100000100111111101001001010100001000010 | cfc13fa4a842 |
UTF-8 | 倭덉えB | 11100101100000001010110111101011100011011000100111100011100000011000100001000010 | e580adeb8d89e3818842 |
UHC | 倭덉えB | 11101000110111101000100011101100101010101010100001000010 | e8de88ecaaa842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)