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 | é±}B | 1110100110110001100001100111110101000010 | e9b1867d42 |
SJIS-WIN | ?±?}B | 001111111000000101111101001111110111110101000010 | 3f817d3f7d42 |
EUC-JP | é±?}B | 1000111110101011101100011010000111011110001111110111110101000010 | 8fabb1a1de3f7d42 |
UTF-8 | é±}B | 1100001110101001110000101011000111000010100001100111110101000010 | c3a9c2b1c2867d42 |
UHC | ?±?}B | 001111111010000110111110001111110111110101000010 | 3fa1be3f7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)