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 | æ£@~ | 1110011010100011100110100100000001111110 | e6a39a407e |
SJIS-WIN | ?£?@~ | 001111111000000110010010001111110100000001111110 | 3f81923f407e |
EUC-JP | �@~ | 1000111110101001110000011010000111110010001111110100000001111110 | 8fa9c1a1f23f407e |
UTF-8 | æ£@~ | 1100001110100110110000101010001111000010100110100100000001111110 | c3a6c2a3c29a407e |
UHC | æ??@~ | 101010011010000100111111001111110100000001111110 | a9a13f3f407e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)