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 | 篆七遮 | 111000101011110110001110101101011000111011010101 | e2bd8eb58ed5 |
EUC-JP | 篆七遮 | 111001001011111110111100101101111011110011010111 | e4bfbcb7bcd7 |
UTF-8 | 篆七遮 | 111001111010111110000110111001001011100010000011111010011000000110101110 | e7af86e4b883e981ae |
UHC | 篆七遮 | 111011111010101011110110110100101111001110110100 | efaaf6d2f3b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)