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 | 酊????? | 11100111110000100011111100111111001111110011111100111111 | e7c23f3f3f3f3f |
EUC-JP | 酊????? | 11101110110001000011111100111111001111110011111100111111 | eec43f3f3f3f3f |
UTF-8 | 酊댁렮띠렯렮 | 111010011000010110001010111010111000110010000001111010111010000010101110111010111001110110100000111010111010000010101111111010111010000010101110 | e9858aeb8c81eba0aeeb9da0eba0afeba0ae |
UHC | 酊댁렮띠렯렮 | 111011111111100010110100111011001000111010111011101101101110110010001110101111001000111010111011 | eff8b4ec8ebbb6ec8ebc8ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)