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 | 蒻¥愁 | 111001001110100010000001100011111000111101000100 | e4e8818f8f44 |
EUC-JP | 蒻¥愁 | 111010001110101010100001111011111011110110100101 | e8eaa1efbda5 |
UTF-8 | 蒻¥愁 | 111010001001001010111011111011111011111110100101111001101000010010000001 | e892bbefbfa5e68481 |
UHC | 蒻¥愁 | 111001011011011010100001110011011110000111111110 | e5b6a1cde1fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)