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 | ??v??? | 001111110011111101110110001111110011111100111111 | 3f3f763f3f3f |
SJIS-WIN | 嶸ーv嶸倆嘯 | 11111010101101001011000001110110111110101011010010011000111011011001101010000010 | fab4b076fab498ed9a82 |
EUC-JP | 嶸ーv嶸倆嘯 | 10001111101110111111010010001110101100000111011010001111101110111111010011010000111011111101001111100010 | 8fbbf48eb0768fbbf4d0efd3e2 |
UTF-8 | 嶸ーv嶸倆嘯 | 11100101101101101011100011101111101111011011000001110110111001011011011010111000111001011000000010000110111001011001100010101111 | e5b6b8efbdb076e5b6b8e58086e598af |
UHC | 嶸?v嶸倆嘯 | 11100111101011100011111101110110111001111010111011010101110101101110000110110000 | e7ae3f76e7aed5d6e1b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)