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 | 釈識瑁 | 100011101101111110001110101011111110000011101110 | 8edf8eafe0ee |
EUC-JP | 釈識瑁 | 101111001110000110111100101100011110000011110000 | bce1bcb1e0f0 |
UTF-8 | 釈識瑁 | 111010011000011110001000111010001010110110011000111001111001000110000001 | e98788e8ad98e79181 |
UHC | ?識瑁 | 0011111111100011110110111101100111000001 | 3fe3dbd9c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)