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 | 蟻れ? | 1000101101100001100000101110101000111111 | 8b6182ea3f |
EUC-JP | 蟻れ? | 1011010111000010101001001110110000111111 | b5c2a4ec3f |
UTF-8 | 蟻れ옫 | 111010001001111110111011111000111000001010001100111011001001100010101011 | e89fbbe3828cec98ab |
UHC | 蟻れ옫 | 111010111111110010101010111011001001111010101010 | ebfcaaec9eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)