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 | é÷Ǿ | 11101001111101111100011110111110 | e9f7c7be |
SJIS-WIN | ?÷?? | 0011111110000001100000000011111100111111 | 3f81803f3f |
EUC-JP | é÷Ç? | 100011111010101110110001101000011110000010001111101010101010111000111111 | 8fabb1a1e08faaae3f |
UTF-8 | é÷Ǿ | 1100001110101001110000111011011111000011100001111100001010111110 | c3a9c3b7c387c2be |
UHC | ?÷?¾ | 001111111010000111000000001111111010100011111010 | 3fa1c03fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)