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 | ?®??? | 0011111110101110001111110011111100111111 | 3fae3f3f3f |
SJIS-WIN | ????謫 | 001111110011111100111111001111111110011010010011 | 3f3f3f3fe693 |
EUC-JP | 塡®??謫 | 10001111101110001011010010001111101000101110111000111111001111111110101111110011 | 8fb8b48fa2ee3f3febf3 |
UTF-8 | 塡®렍렠謫 | 1110010110100001101000011100001010101110111010111010000010001101111010111010000010100000111010001010110010101011 | e5a1a1c2aeeba08deba0a0e8acab |
UHC | 塡®렍렠謫 | 11101110111100111010001011100111100011101010001110001110101100011110111011100011 | eef3a2e78ea38eb1eee3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)