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 | 儲肯?障? | 1001011011010111100011010110110100111111100011111110000100111111 | 96d78d6d3f8fe13f |
EUC-JP | 儲肯雯障? | 11001100110110011011100111001110100011111110011011111011101111101110001100111111 | ccd9b9ce8fe6fbbee33f |
UTF-8 | 儲肯雯障묍 | 111001011000010010110010111010001000001010101111111010011001101110101111111010011001101010011100111010111010110010001101 | e584b2e882afe99bafe99a9cebac8d |
UHC | 儲肯雯障묍 | 11101110101110011101000011101001110110101010011111101110101000011011100110100011 | eeb9d0e9daa7eea1b9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)