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 | 蒻¥宗 | 111001001110100010000001100011111000111101000000 | e4e8818f8f40 |
EUC-JP | 蒻¥宗 | 111010001110101010100001111011111011110110100001 | e8eaa1efbda1 |
UTF-8 | 蒻¥宗 | 111010001001001010111011111011111011111110100101111001011010111010010111 | e892bbefbfa5e5ae97 |
UHC | 蒻¥宗 | 111001011011011010100001110011011111000011110011 | e5b6a1cdf0f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)