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 | 善修 | 10010001010100001000111101000011 | 91508f43 |
EUC-JP | 善修 | 11000001101100011011110110100100 | c1b1bda4 |
UTF-8 | 善修 | 111001011001011010000100111001001011111110101110 | e59684e4bfae |
UHC | 善修 | 11100000101111001110000111110011 | e0bce1f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)