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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 幽紐 | 10010111010010001001010101010010 | 97489552 |
EUC-JP | 幽紐 | 11001101101010011100100110110011 | cda9c9b3 |
UTF-8 | 幽紐 | 111001011011100110111101111001111011010010010000 | e5b9bde7b490 |
UHC | 幽紐 | 11101010111010111101001011101111 | eaebd2ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)