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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 跋庭カキ | 111001101110101110010010111010111011011010110111 | e6eb92ebb6b7 |
EUC-JP | 跋庭カキ | 1110110011101101110001001110110110001110101101101000111010110111 | ecedc4ed8eb68eb7 |
UTF-8 | 跋庭カキ | 111010001011011110001011111001011011101010101101111011111011110110110110111011111011110110110111 | e8b78be5baadefbdb6efbdb7 |
UHC | 跋庭?? | 110110111010001011101111110101000011111100111111 | dba2efd43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)