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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | 髥????? | 1000111111101001111100000011111100111111001111110011111100111111 | 8fe9f03f3f3f3f3f |
UTF-8 | 髥걢뜞若뗤뙳 | 111010011010101110100101111010101011000110100010111010111001110010011110111011111010010110110100111010111001011110100100111010111001100110110011 | e9aba5eab1a2eb9c9eefa5b4eb97a4eb99b3 |
UHC | 髥걢뜞若뗤뙳 | 111001111010001110000001100010111000110110100001111001011010111010001011111001001000110010110110 | e7a3818b8da1e5ae8be48cb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)