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 | 逑剰淵 | 111001111001001110001111111010001001010110100011 | e7938fe895a3 |
EUC-JP | 逑剰淵 | 111011011111001110111110111010101100101010100101 | edf3beeacaa5 |
UTF-8 | 逑剰淵 | 111010011000000010010001111001011000100110110000111001101011011110110101 | e98091e589b0e6b7b5 |
UHC | 逑?淵 | 1100111111000111001111111110011011010000 | cfc73fe6d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)