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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ??ィB | 0011111100111111100000110100001001000010 | 3f3f834242 |
EUC-JP | 邕?ィB | 10001111111000011110110100111111101001011010001101000010 | 8fe1ed3fa5a342 |
UTF-8 | 邕뤹ィB | 11101001100000101001010111101011101001001011100111100011100000101010001101000010 | e98295eba4b9e382a342 |
UHC | 邕뤹ィB | 11101000101110111000111111100111101010111010001101000010 | e8bb8fe7aba342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)