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 | 10011011111000011001000111010100111000100110000101000010 | 9be191d4e26142 |
EUC-JP | 帋態秣B | 11010110111000111100001011010110111000111100001001000010 | d6e3c2d6e3c242 |
UTF-8 | 帋態秣B | 11100101101110001000101111100110100001011000101111100111101001111010001101000010 | e5b88be6858be7a7a342 |
UHC | ?態?B | 0011111111110111101111100011111101000010 | 3ff7be3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)