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 | 萼粱 | 11100100110100111110001011101011 | e4d3e2eb |
EUC-JP | 萼粱 | 11101000110101011110010011101101 | e8d5e4ed |
UTF-8 | 萼粱 | 111010001001000010111100111001111011001010110001 | e890bce7b2b1 |
UHC | ?粱 | 001111111101010111011100 | 3fd5dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)