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 | 1001111011000100001111110011111101000101 | 9ec43f3f45 |
EUC-JP | 榮??E | 1101110011000110001111110011111101000101 | dcc63f3f45 |
UTF-8 | 榮녶뜥E | 11100110101001101010111011101011100001011011011011101011100111001010010101000101 | e6a6aeeb85b6eb9ca545 |
UHC | 榮녶뜥E | 11100111101101001000011011100101100011011010100001000101 | e7b486e58da845 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)