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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 顏区世 | 111010001111100010001011111001101001000010100010 | e8f88be690a2 |
EUC-JP | 顏区世 | 111100001111101010110110111010001100000010100100 | f0fab6e8c0a4 |
UTF-8 | 顏区世 | 111010011010000110001111111001011000110010111010111001001011100010010110 | e9a18fe58cbae4b896 |
UHC | ??世 | 00111111001111111110000110100110 | 3f3fe1a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)