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 | 轜i勧B | 11100111011111101000001010001001100010101010100101000010 | e77e82898aa942 |
EUC-JP | 轜i勧B | 11101101110111111010001111101001101101001010101101000010 | eddfa3e9b4ab42 |
UTF-8 | 轜i勧B | 11101000101111011001110011101111101111011000100111100101100010111010011101000010 | e8bd9cefbd89e58ba742 |
UHC | ?i?B | 0011111110100011111010010011111101000010 | 3fa3e93f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)