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 | ??rLh??rL | 001111110011111101110010010011000110100000111111001111110111001001001100 | 3f3f724c683f3f724c |
SJIS-WIN | 嶸コrLh嶸コrL | 1111101010110100101110100111001001001100011010001111101010110100101110100111001001001100 | fab4ba724c68fab4ba724c |
EUC-JP | 嶸コrLh嶸コrL | 100011111011101111110100100011101011101001110010010011000110100010001111101110111111010010001110101110100111001001001100 | 8fbbf48eba724c688fbbf48eba724c |
UTF-8 | 嶸コrLh嶸コrL | 1110010110110110101110001110111110111101101110100111001001001100011010001110010110110110101110001110111110111101101110100111001001001100 | e5b6b8efbdba724c68e5b6b8efbdba724c |
UHC | 嶸?rLh嶸?rL | 1110011110101110001111110111001001001100011010001110011110101110001111110111001001001100 | e7ae3f724c68e7ae3f724c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)