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 | 襷亥讐 | 111001100100011010001000111001011000111101010001 | e64688e58f51 |
EUC-JP | 襷亥讐 | 111010111010011110110000111001111011110110110010 | eba7b0e7bdb2 |
UTF-8 | 襷亥讐 | 111010001010010110110111111001001011101010100101111010001010111010010000 | e8a5b7e4baa5e8ae90 |
UHC | ?亥讐 | 0011111111111010101001001110001011000010 | 3ffaa4e2c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)