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 | 10010111111101001001101001011011100000010111101101000010 | 97f49a5b817b42 |
EUC-JP | 裂喙+B | 11001110111101101101001110111100101000011101110001000010 | cef6d3bca1dc42 |
UTF-8 | 裂喙+B | 11101000101000111000001011100101100101101001100111101111101111001000101101000010 | e8a382e59699efbc8b42 |
UHC | 裂喙+B | 11010110101011101111110111000010101000111010101101000010 | d6aefdc2a3ab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)