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 | é÷Ùú | 11101001111101111101100111111010 | e9f7d9fa |
SJIS-WIN | ?÷?? | 0011111110000001100000000011111100111111 | 3f81803f3f |
EUC-JP | é÷Ùú | 1000111110101011101100011010000111100000100011111010101011100011100011111010101111100010 | 8fabb1a1e08faae38fabe2 |
UTF-8 | é÷Ùú | 1100001110101001110000111011011111000011100110011100001110111010 | c3a9c3b7c399c3ba |
UHC | ?÷?? | 0011111110100001110000000011111100111111 | 3fa1c03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)