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? | 001111110111011000111111 | 3f763f |
SJIS-WIN | 涌v涌 | 1001011101001111011101101001011101001111 | 974f76974f |
EUC-JP | 涌v涌 | 1100110110110000011101101100110110110000 | cdb076cdb0 |
UTF-8 | 涌v涌 | 11100110101101101000110001110110111001101011011010001100 | e6b68c76e6b68c |
UHC | 涌v涌 | 1110100110111111011101101110100110111111 | e9bf76e9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)