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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 節?'B | 100100001101111100111111111110100101011001000010 | 90df3ffa5642 |
EUC-JP | 節??B | 1100000011100001001111110011111101000010 | c0e13f3f42 |
UTF-8 | 節당'B | 11100111101011111000000011101011100010111011100111101111101111001000011101000010 | e7af80eb8bb9efbc8742 |
UHC | 節당'B | 11101111101111011011010011100111101000111010011101000010 | efbdb4e7a3a742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)