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 | 鐔刻習蕣 | 1110100001011100100011011000111110001111010010111110010011111010 | e85c8d8f8f4be4fa |
EUC-JP | 鐔刻習蕣 | 1110111110111101101110011110111110111101101011001110100011111100 | efbdb9efbdace8fc |
UTF-8 | 鐔刻習蕣 | 111010011001000010010100111001011000100010111011111001111011111110010010111010001001010110100011 | e99094e588bbe7bf92e895a3 |
UHC | ?刻習蕣 | 00111111110010101011111011100011101001111110001011110010 | 3fcabee3a7e2f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)