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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 足蝎? | 1001000110101011111001011001100100111111 | 91abe5993f |
EUC-JP | 足蝎? | 1100001010101101111010011111100100111111 | c2ade9f93f |
UTF-8 | 足蝎커 | 111010001011011010110011111010001001110110001110111011001011101110100100 | e8b6b3e89d8eecbba4 |
UHC | 足蝎커 | 111100001110101111001010111010011100010010111111 | f0ebcae9c4bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)