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 | ?F???VB | 00111111010001100011111100111111001111110101011001000010 | 3f463f3f3f5642 |
SJIS-WIN | ?F???VB | 00111111010001100011111100111111001111110101011001000010 | 3f463f3f3f5642 |
EUC-JP | ?F???VB | 00111111010001100011111100111111001111110101011001000010 | 3f463f3f3f5642 |
UTF-8 | 챔F혟혡혟VB | 111011001011000110010100010001101110110110011000100111111110110110011000101000011110110110011000100111110101011001000010 | ecb19446ed989fed98a1ed989f5642 |
UHC | 챔F혟혡혟VB | 1100001110101000010001101100001010001001110000101000101011000010100010010101011001000010 | c3a846c289c28ac2895642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)