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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 衽シンH | 1110010111010001101111001101110101001000 | e5d1bcdd48 |
EUC-JP | 衽シンH | 11101010110100111000111010111100100011101101110101001000 | ead38ebc8edd48 |
UTF-8 | 衽シンH | 11101000101000011011110111101111101111011011110011101111101111101001110101001000 | e8a1bdefbdbcefbe9d48 |
UHC | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)