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 | 轜刻戎鐓 | 1110011101111110100011011000111110001111010111101110100001011101 | e77e8d8f8f5ee85d |
EUC-JP | 轜刻戎鐓 | 1110110111011111101110011110111110111101101111111110111110111110 | eddfb9efbdbfefbe |
UTF-8 | 轜刻戎鐓 | 111010001011110110011100111001011000100010111011111001101000100010001110111010011001000010010011 | e8bd9ce588bbe6888ee99093 |
UHC | ?刻戎? | 001111111100101010111110111010111101010000111111 | 3fcabeebd43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)