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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 壽?~ | 10011010111001100011111101111110 | 9ae63f7e |
EUC-JP | 壽?~ | 11010100111010000011111101111110 | d4e83f7e |
UTF-8 | 壽읩~ | 11100101101000111011110111101100100111011010100101111110 | e5a3bdec9da97e |
UHC | 壽읩~ | 1110000111111000100111111101000001111110 | e1f89fd07e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)