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 | }I | 100011100111110110001101010010011000001010001000 | 8e7d8d498288 |
SJIS-WIN | ?}?I?? | 001111110111110100111111010010010011111100111111 | 3f7d3f493f3f |
EUC-JP | ?}?I?? | 001111110111110100111111010010010011111100111111 | 3f7d3f493f3f |
UTF-8 | }I | 11000010100011100111110111000010100011010100100111000010100000101100001010001000 | c28e7dc28d49c282c288 |
UHC | ?}?I?? | 001111110111110100111111010010010011111100111111 | 3f7d3f493f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)