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 | ???^? | 0011111100111111001111110101111000111111 | 3f3f3f5e3f |
SJIS-WIN | ???^歪 | 001111110011111100111111010111101001100001100011 | 3f3f3f5e9863 |
EUC-JP | ???^歪 | 001111110011111100111111010111101100111111000100 | 3f3f3f5ecfc4 |
UTF-8 | 留먮즺^歪 | 11101111101001111000110111101011101010001010111011101100101001101011101001011110111001101010110110101010 | efa78deba8aeeca6ba5ee6adaa |
UHC | 留먮즺^歪 | 111010111010011110010000111010111010001110001100010111101110100011100000 | eba790eba38c5ee8e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)