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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鞨頑オゥ韭 | 1110100011100000100010101110011010110101101010011110100011101010 | e8e08ae6b5a9e8ea |
EUC-JP | 鞨頑オゥ韭 | 11110000111000101011010011101000100011101011010110001110101010011111000011101100 | f0e2b4e88eb58ea9f0ec |
UTF-8 | 鞨頑オゥ韭 | 111010011001111010101000111010011010000010010001111011111011110110110101111011111011110110101001111010011001111110101101 | e99ea8e9a091efbdb5efbda9e99fad |
UHC | 鞨頑??? | 11001010111010101110100011010111001111110011111100111111 | caeae8d73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)