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 | 瑚六 | 10001100111010001001100001011010 | 8ce8985a |
EUC-JP | 瑚六 | 10111000111010101100111110111011 | b8eacfbb |
UTF-8 | 瑚六 | 111001111001000110011010111001011000010110101101 | e7919ae585ad |
UHC | 瑚六 | 11111011110100011101011110111111 | fbd1d7bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)