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 | ?D??B | 0011111101000100001111110011111101000010 | 3f443f3f42 |
SJIS-WIN | 鯤DレソB | 111010011100100001000100110110101011111101000010 | e9c844dabf42 |
EUC-JP | 鯤DレソB | 1111001011001010010001001000111011011010100011101011111101000010 | f2ca448eda8ebf42 |
UTF-8 | 鯤DレソB | 1110100110101111101001000100010011101111101111101001101011101111101111011011111101000010 | e9afa444efbe9aefbdbf42 |
UHC | 鯤D??B | 110011011110011001000100001111110011111101000010 | cde6443f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)