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 | 蟻わ? | 1000101101100001100000101110110100111111 | 8b6182ed3f |
EUC-JP | 蟻わ? | 1011010111000010101001001110111100111111 | b5c2a4ef3f |
UTF-8 | 蟻わ쫳 | 111010001001111110111011111000111000001010001111111011001010101110110011 | e89fbbe3828fecabb3 |
UHC | 蟻わ쫳 | 111010111111110010101010111011111010011010001011 | ebfcaaefa68b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)