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 | 11100000010101111000000110001111100110010101000101000010 | e057818f995142 |
EUC-JP | 澹¥儔B | 11011111101110001010000111101111110100011011001001000010 | dfb8a1efd1b242 |
UTF-8 | 澹¥儔B | 11100110101111101011100111101111101111111010010111100101100001001001010001000010 | e6beb9efbfa5e5849442 |
UHC | 澹¥?B | 110100111100001010100001110011010011111101000010 | d3c2a1cd3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)