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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 盛?^ | 10010000101101110011111101011110 | 90b73f5e |
EUC-JP | 盛?^ | 11000000101110010011111101011110 | c0b93f5e |
UTF-8 | 盛댢^ | 11100111100110111001101111101011100011001010001001011110 | e79b9beb8ca25e |
UHC | 盛댢^ | 1110000011111100100010001100010101011110 | e0fc88c55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)