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 | 11100111111100011001000011100110100000101010000001000010 | e7f190e682a042 |
EUC-JP | 銖先あB | 11101110111100111100000011101000101001001010001001000010 | eef3c0e8a4a242 |
UTF-8 | 銖先あB | 11101001100010101001011011100101100001011000100011100011100000011000001001000010 | e98a96e58588e3818242 |
UHC | 銖先あB | 11100010110001111110000010111011101010101010001001000010 | e2c7e0bbaaa242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)