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 | 0011111100111111001111110101110001101000 | 3f3f3f5c68 |
SJIS-WIN | 雅??\h | 100010011110101100111111001111110101110001101000 | 89eb3f3f5c68 |
EUC-JP | 雅??\h | 101100101110110100111111001111110101110001101000 | b2ed3f3f5c68 |
UTF-8 | 雅붾죲\h | 1110100110011011100001011110101110110110101111101110110010100011101100100101110001101000 | e99b85ebb6beeca3b25c68 |
UHC | 雅붾죲\h | 1110010010111010100101001110101110100001100011010101110001101000 | e4ba94eba18d5c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)