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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 跫域カ瑚 | 11100110111011011000100011100110101101101000110011101000 | e6ed88e6b68ce8 |
EUC-JP | 跫域カ瑚 | 1110110011101111101100001110100010001110101101101011100011101010 | ecefb0e88eb6b8ea |
UTF-8 | 跫域カ瑚 | 111010001011011110101011111001011001111110011111111011111011110110110110111001111001000110011010 | e8b7abe59f9fefbdb6e7919a |
UHC | ?域?瑚 | 001111111110011010110100001111111111101111010001 | 3fe6b43ffbd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)