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 | 迪?重 | 1110011110001100001111111000111101100100 | e78c3f8f64 |
EUC-JP | 迪?重 | 1110110111101100001111111011110111000101 | edec3fbdc5 |
UTF-8 | 迪렫重 | 111010001011111110101010111010111010000010101011111010011000011110001101 | e8bfaaeba0abe9878d |
UHC | 迪렫重 | 111011101110100010001110101110011111000111101100 | eee88eb9f1ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)