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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 洩鰐 | 10001001011010111001100001101011 | 896b986b |
EUC-JP | 洩鰐 | 10110001110011001100111111001100 | b1cccfcc |
UTF-8 | 洩鰐 | 111001101011010010101001111010011011000010010000 | e6b4a9e9b090 |
UHC | 洩鰐 | 11100000110111011110010011001010 | e0dde4ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)