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 | 葫?鹽 | 1110010011010111001111111110101001100100 | e4d73fea64 |
EUC-JP | 葫?鹽 | 1110100011011001001111111111001111000101 | e8d93ff3c5 |
UTF-8 | 葫硏鹽 | 111010001001000110101011111001111010000110001111111010011011100110111101 | e891abe7a18fe9b9bd |
UHC | 葫硏鹽 | 111110111101100111100110110110101110011110100100 | fbd9e6dae7a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)