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嶸倆弌 | 11111010101101001011000001110110111110101011010010011000111011011001100010011111 | fab4b076fab498ed989f |
EUC-JP | 嶸ーv嶸倆弌 | 10001111101110111111010010001110101100000111011010001111101110111111010011010000111011111101000010100001 | 8fbbf48eb0768fbbf4d0efd0a1 |
UTF-8 | 嶸ーv嶸倆弌 | 11100101101101101011100011101111101111011011000001110110111001011011011010111000111001011000000010000110111001011011110010001100 | e5b6b8efbdb076e5b6b8e58086e5bc8c |
UHC | 嶸?v嶸倆? | 111001111010111000111111011101101110011110101110110101011101011000111111 | e7ae3f76e7aed5d63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)