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 | ????vG | 001111110011111100111111001111110111011001000111 | 3f3f3f3f7647 |
SJIS-WIN | ????vG | 001111110011111100111111001111110111011001000111 | 3f3f3f3f7647 |
EUC-JP | ????vG | 001111110011111100111111001111110111011001000111 | 3f3f3f3f7647 |
UTF-8 | 혨횒혡횪vG | 1110110110011000101010001110110110011010100100101110110110011000101000011110110110011010101010100111011001000111 | ed98a8ed9a92ed98a1ed9aaa7647 |
UHC | 혨횒혡횪vG | 11000010100100001100001110001101110000101000101011000011101000000111011001000111 | c290c38dc28ac3a07647 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)