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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 襭笈唇E | 11100110010000101000101110001000100100000100111101000101 | e6428b88904f45 |
EUC-JP | 襭笈唇E | 11101011101000111011010111101000101111111011000001000101 | eba3b5e8bfb045 |
UTF-8 | 襭笈唇E | 11101000101001011010110111100111101011001000100011100101100101001000011101000101 | e8a5ade7ac88e5948745 |
UHC | ??唇E | 0011111100111111111100101100011001000101 | 3f3ff2c645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)