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 | 薤壕 | 11100101010001011000110110001000 | e5458d88 |
EUC-JP | 薤壕 | 11101001101001101011100111101000 | e9a6b9e8 |
UTF-8 | 薤壕 | 111010001001011010100100111001011010001110010101 | e896a4e5a395 |
UHC | ?壕 | 001111111111101110111101 | 3ffbbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)