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 | ?↑─ | 0011111110000001101010101000010010011111 | 3f81aa849f |
EUC-JP | 縕↑─ | 10001111110101001100001010100010101011001010100010100001 | 8fd4c2a2aca8a1 |
UTF-8 | 縕↑─ | 111001111011100010010101111000101000011010010001111000101001010010000000 | e7b895e28691e29480 |
UHC | 縕↑─ | 111010001011001010100001111010001010011010100001 | e8b2a1e8a6a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)