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 | ??K | 001111110011111101001011 | 3f3f4b |
SJIS-WIN | 巐戍K | 1111101010110110100111001111100101001011 | fab69cf94b |
EUC-JP | 巐戍K | 100011111011101111111001110110001111101101001011 | 8fbbf9d8fb4b |
UTF-8 | 巐戍K | 11100101101101111001000011100110100010001000110101001011 | e5b790e6888d4b |
UHC | ?戍K | 00111111111000101010000101001011 | 3fe2a14b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)