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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 悶灌 | 10010110111000111001111111110011 | 96e39ff3 |
EUC-JP | 悶灌 | 11001100111001011101111011110101 | cce5def5 |
UTF-8 | 悶灌 | 111001101000001010110110111001111000000110001100 | e682b6e7818c |
UHC | 悶灌 | 11011010101111111100111010110100 | dabfceb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)