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~ | 001111110101011001111110 | 3f567e |
SJIS-WIN | ?V~ | 001111110101011001111110 | 3f567e |
EUC-JP | ?V~ | 001111110101011001111110 | 3f567e |
UTF-8 | 쉃V~ | 1110110010001001100000110101011001111110 | ec8983567e |
UHC | 쉃V~ | 10011010010110000101011001111110 | 9a58567e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)