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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 齎絲? | 1110011011011000111000110100111000111111 | e6d8e34e3f |
EUC-JP | 齎絲? | 1110110011011010111001011010111100111111 | ecdae5af3f |
UTF-8 | 齎絲렍 | 111010011011110110001110111001111011010110110010111010111010000010001101 | e9bd8ee7b5b2eba08d |
UHC | 齎絲렍 | 111011101011001011011110111010101000111010100011 | eeb2deea8ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)