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 | 10010010010110011001000110100100100100011010101001000010 | 925991a491aa42 |
EUC-JP | 炭側測B | 11000011101110101100001010100110110000101010110001000010 | c3bac2a6c2ac42 |
UTF-8 | 炭側測B | 11100111100000101010110111100101100000011011010011100110101110001010110001000010 | e782ade581b4e6b8ac42 |
UHC | 炭側測B | 11110111101010011111011010110000111101101011010001000010 | f7a9f6b0f6b442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)