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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 淅船h | 1001111111000110100100010100010001101000 | 9fc6914468 |
EUC-JP | 淅船h | 1101111011001000110000011010010101101000 | dec8c1a568 |
UTF-8 | 淅船h | 11100110101101111000010111101000100010001011100101101000 | e6b785e888b968 |
UHC | 淅船h | 1110000010110010111000001100111101101000 | e0b2e0cf68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)