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 | ?~????QV | 0011111101111110001111110011111100111111001111110101000101010110 | 3f7e3f3f3f3f5156 |
SJIS-WIN | ?~????QV | 0011111101111110001111110011111100111111001111110101000101010110 | 3f7e3f3f3f3f5156 |
EUC-JP | ?~????QV | 0011111101111110001111110011111100111111001111110101000101010110 | 3f7e3f3f3f3f5156 |
UTF-8 | 챌~혨혟혡짤QV | 111011001011000110001100011111101110110110011000101010001110110110011000100111111110110110011000101000011110110010100111101001000101000101010110 | ecb18c7eed98a8ed989fed98a1eca7a45156 |
UHC | 챌~혨혟혡짤QV | 11000011101001110111111011000010100100001100001010001001110000101000101011000010101010010101000101010110 | c3a77ec290c289c28ac2a95156 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)