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 | 胼壕 | 11100100010001011000110110001000 | e4458d88 |
EUC-JP | 胼壕 | 11100111101001101011100111101000 | e7a6b9e8 |
UTF-8 | 胼壕 | 111010001000001110111100111001011010001110010101 | e883bce5a395 |
UHC | ?壕 | 001111111111101110111101 | 3ffbbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)