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 | ???U | 00111111001111110011111101010101 | 3f3f3f55 |
SJIS-WIN | 伍??U | 1000110011011110001111110011111101010101 | 8cde3f3f55 |
EUC-JP | 伍??U | 1011100011100000001111110011111101010101 | b8e03f3f55 |
UTF-8 | 伍섊쮽U | 11100100101111001000110111101100100001001000101011101100101011101011110101010101 | e4bc8dec848aecaebd55 |
UHC | 伍섊쮽U | 11100111111010101001100011100111101010001001100101010101 | e7ea98e7a89955 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)