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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 跋庭カキ寘 | 1110011011101011100100101110101110110110101101111111101010101001 | e6eb92ebb6b7faa9 |
EUC-JP | 跋庭カキ寘 | 1110110011101101110001001110110110001110101101101000111010110111100011111011101011100001 | ecedc4ed8eb68eb78fbae1 |
UTF-8 | 跋庭カキ寘 | 111010001011011110001011111001011011101010101101111011111011110110110110111011111011110110110111111001011010111110011000 | e8b78be5baadefbdb6efbdb7e5af98 |
UHC | 跋庭??? | 11011011101000101110111111010100001111110011111100111111 | dba2efd43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)