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 | 跋庭カ。 | 111001101110101110010010111010111011011010100001 | e6eb92ebb6a1 |
EUC-JP | 跋庭カ。 | 1110110011101101110001001110110110001110101101101000111010100001 | ecedc4ed8eb68ea1 |
UTF-8 | 跋庭カ。 | 111010001011011110001011111001011011101010101101111011111011110110110110111011111011110110100001 | e8b78be5baadefbdb6efbda1 |
UHC | 跋庭?? | 110110111010001011101111110101000011111100111111 | dba2efd43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)