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 | 赱銭 | 11100110110111111001000101001011 | e6df914b |
EUC-JP | 赱銭 | 11101100111000011100000110101100 | ece1c1ac |
UTF-8 | 赱銭 | 111010001011010110110001111010011000101010101101 | e8b5b1e98aad |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)