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 | 111001010101110100111111001111110101110001101000 | e55d3f3f5c68 |
EUC-JP | 蘊??\h | 111010011011111000111111001111110101110001101000 | e9be3f3f5c68 |
UTF-8 | 蘊덃퐗\h | 1110100010011000100010101110101110001101100000111110110110010000100101110101110001101000 | e8988aeb8d83ed90975c68 |
UHC | 蘊덃퐗\h | 1110100010110011100010001110011010111101100000010101110001101000 | e8b388e6bd815c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)