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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ジシツ^ | 10111100110111101011110011000010111100001011000101011110 | bcdebcc2f0b15e |
EUC-JP | ジシツ?^ | 10001110101111001000111011011110100011101011110010001110110000100011111101011110 | 8ebc8ede8ebc8ec23f5e |
UTF-8 | ジシツ^ | 11101111101111011011110011101111101111101001111011101111101111011011110011101111101111101000001011101110100000011011000001011110 | efbdbcefbe9eefbdbcefbe82ee81b05e |
UHC | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)