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 | 雹ょ彫 | 111010001011100110000010111001011001001010100100 | e8b982e592a4 |
EUC-JP | 雹ょ彫 | 111100001011101110100100111001111100010010100110 | f0bba4e7c4a6 |
UTF-8 | 雹ょ彫 | 111010011001101110111001111000111000001010000111111001011011110110101011 | e99bb9e38287e5bdab |
UHC | 雹ょ彫 | 110110101101111110101010111001111111000011000001 | dadfaae7f0c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)