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 | 鉈シ髮∫龕 | 111001111110101110111100111010011001101110000001111001111110101010011100 | e7ebbce99b81e7ea9c |
EUC-JP | 鉈シ髮∫龕 | 11101110111011011000111010111100111100011111101110100010111010011111001111111100 | eeed8ebcf1fba2e9f3fc |
UTF-8 | 鉈シ髮∫龕 | 111010011000100110001000111011111011110110111100111010011010101110101110111000101000100010101011111010011011111010010101 | e98988efbdbce9abaee288abe9be95 |
UHC | ??髮∫龕 | 0011111100111111110110111010010110100001111100101100101011111110 | 3f3fdba5a1f2cafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)