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 | 11100010110011101110000110100111111001011011001101000010 | e2cee1a7e5b342 |
EUC-JP | 簧皎蟲B | 11100100110100001110001010101001111010101011010101000010 | e4d0e2a9eab542 |
UTF-8 | 簧皎蟲B | 11100111101100001010011111100111100110101000111011101000100111111011001001000010 | e7b0a7e79a8ee89fb242 |
UHC | 簧皎蟲B | 11111100110101111100111011101011111101011111100101000010 | fcd7ceebf5f942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)