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 | 氏? | 100011101000000100111111 | 8e813f |
EUC-JP | 氏? | 101110111110000100111111 | bbe13f |
UTF-8 | 氏룈 | 111001101011000010001111111010111010001110001000 | e6b08feba388 |
UHC | 氏룈 | 11100100101010111000111110000111 | e4ab8f87 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)