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???h | 0011111100111111001111110110100000111111001111110011111101101000 | 3f3f3f683f3f3f68 |
SJIS-WIN | ???h???h | 0011111100111111001111110110100000111111001111110011111101101000 | 3f3f3f683f3f3f68 |
EUC-JP | ???h???h | 0011111100111111001111110110100000111111001111110011111101101000 | 3f3f3f683f3f3f68 |
UTF-8 | 淋숉슆h淋숉슆h | 1110111110100111101101011110110010001000100010011110110010001010100001100110100011101111101001111011010111101100100010001000100111101100100010101000011001101000 | efa7b5ec8889ec8a8668efa7b5ec8889ec8a8668 |
UHC | 淋숉슆h淋숉슆h | 1110110011111000100110011110110110011010100110000110100011101100111110001001100111101101100110101001100001101000 | ecf899ed9a9868ecf899ed9a9868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)