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 | 渉。煮 | 1000111111000010101000011000111011001111 | 8fc2a18ecf |
EUC-JP | 渉。煮 | 101111101100010010001110101000011011110011010001 | bec48ea1bcd1 |
UTF-8 | 渉。煮 | 111001101011100010001001111011111011110110100001111001111000010110101110 | e6b889efbda1e785ae |
UHC | ??煮 | 00111111001111111110110110110100 | 3f3fedb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)