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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??弔?? | 001111110011111110010010101000100011111100111111 | 3f3f92a23f3f |
EUC-JP | ??弔?? | 001111110011111111000100101001000011111100111111 | 3f3fc4a43f3f |
UTF-8 | 렯렶弔렯렶 | 111010111010000010101111111010111010000010110110111001011011110010010100111010111010000010101111111010111010000010110110 | eba0afeba0b6e5bc94eba0afeba0b6 |
UHC | 렯렶弔렯렶 | 10001110101111001000111011000001111100001100000010001110101111001000111011000001 | 8ebc8ec1f0c08ebc8ec1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)