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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蟲ュ雋 | 1110010110110011101011011110100010110010 | e5b3ade8b2 |
EUC-JP | 蟲ュ雋 | 111010101011010110001110101011011111000010110100 | eab58eadf0b4 |
UTF-8 | 蟲ュ雋 | 111010001001111110110010111011111011110110101101111010011001101110001011 | e89fb2efbdade99b8b |
UHC | 蟲?雋 | 1111010111111001001111111111000111100110 | f5f93ff1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)