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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蜥ォ雋危名 | 111001011001001010101011111010001011001010001010111010111001011010111100 | e592abe8b28aeb96bc |
EUC-JP | 蜥ォ雋危名 | 11101001111100101000111010101011111100001011010010110100111011011100110010111110 | e9f28eabf0b4b4edccbe |
UTF-8 | 蜥ォ雋危名 | 111010001001110010100101111011111011110110101011111010011001101110001011111001011000110110110001111001011001000010001101 | e89ca5efbdabe99b8be58db1e5908d |
UHC | ??雋危名 | 0011111100111111111100011110011011101010110010111101100110100011 | 3f3ff1e6eacbd9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)