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] | 1110100110110001100001100100001001011101 | e9b186425d |
SJIS-WIN | ?±?B] | 001111111000000101111101001111110100001001011101 | 3f817d3f425d |
EUC-JP | é±?B] | 1000111110101011101100011010000111011110001111110100001001011101 | 8fabb1a1de3f425d |
UTF-8 | é±B] | 1100001110101001110000101011000111000010100001100100001001011101 | c3a9c2b1c286425d |
UHC | ?±?B] | 001111111010000110111110001111110100001001011101 | 3fa1be3f425d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)