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 | 蝨亥直 | 111001011001110010001000111001011001001010111100 | e59c88e592bc |
EUC-JP | 蝨亥直 | 111010011111110010110000111001111100010010111110 | e9fcb0e7c4be |
UTF-8 | 蝨亥直 | 111010001001110110101000111001001011101010100101111001111001101110110100 | e89da8e4baa5e79bb4 |
UHC | 蝨亥直 | 111000111010010011111010101001001111001011000001 | e3a4faa4f2c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)