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 | 鏃???傳 | 11101000010101100011111100111111001111111001100101000010 | e8563f3f3f9942 |
EUC-JP | 鏃泮??傳 | 111011111011011110001111110001111010100000111111001111111101000110100011 | efb78fc7a83f3fd1a3 |
UTF-8 | 鏃泮렡렧傳 | 111010011000111110000011111001101011001110101110111010111010000010100001111010111010000010100111111001011000001010110011 | e98f83e6b3aeeba0a1eba0a7e582b3 |
UHC | 鏃泮렡렧傳 | 11110000111011001101101011101010100011101011001010001110101101101110111011101110 | f0ecdaea8eb28eb6eeee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)