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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 盛?艾^ | 100100001011011100111111111001001000100001011110 | 90b73fe4885e |
EUC-JP | 盛?艾^ | 110000001011100100111111111001111110100001011110 | c0b93fe7e85e |
UTF-8 | 盛덓艾^ | 11100111100110111001101111101011100011011001001111101000100010011011111001011110 | e79b9beb8d93e889be5e |
UHC | 盛덓艾^ | 11100000111111001000100011110110111001001111010101011110 | e0fc88f6e4f55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)