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 | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
EUC-JP | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
UTF-8 | 欌잝뜜h | 11100110101011001000110011101100100111101001110111101011100111001001110001101000 | e6ac8cec9e9deb9c9c68 |
UHC | 欌잝뜜h | 11101101111010111001111111101110100011011001111101101000 | edeb9fee8d9f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)