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 | 珎箏玻 | 111000001101110111100010101101011110000011011110 | e0dde2b5e0de |
EUC-JP | 珎箏玻 | 111000001101111111100100101101111110000011100000 | e0dfe4b7e0e0 |
UTF-8 | 珎箏玻 | 111001111000111110001110111001111010111010001111111001111000111010111011 | e78f8ee7ae8fe78ebb |
UHC | ?箏? | 00111111111011101011010000111111 | 3feeb43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)