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 | 11100111010111001001010110111100111010010101010101000010 | e75c95bce95542 |
EUC-JP | 軆幣餠B | 11101101101111011100101010111110111100011011011001000010 | edbdcabef1b642 |
UTF-8 | 軆幣餠B | 11101000101110111000011011100101101110011010001111101001101001001010000001000010 | e8bb86e5b9a3e9a4a042 |
UHC | ?幣餠B | 001111111111100011000111110111001011111101000010 | 3ff8c7dcbf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)