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 | 惚渫耋 | 100011011001101110011111110101101110001111001101 | 8d9b9fd6e3cd |
EUC-JP | 惚渫耋 | 101110011111101111011110110110001110011011001111 | b9fbded8e6cf |
UTF-8 | 惚渫耋 | 111001101000001110011010111001101011100010101011111010001000000010001011 | e6839ae6b8abe8808b |
UHC | 惚渫? | 1111101111101101111000001101111000111111 | fbede0de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)