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~ | 1110101110101100101010100101011001111110 | ebacaa567e |
SJIS-WIN | ?¬?V~ | 001111111000000111001010001111110101011001111110 | 3f81ca3f567e |
EUC-JP | 묪V~ | 10001111101010111011001110100010110011001000111110100010111011000101011001111110 | 8fabb3a2cc8fa2ec567e |
UTF-8 | 묪V~ | 1100001110101011110000101010110011000010101010100101011001111110 | c3abc2acc2aa567e |
UHC | ??ªV~ | 001111110011111110101000101000110101011001111110 | 3f3fa8a3567e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)