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 | 郤刻習蕣 | 1110011110111010100011011000111110001111010010111110010011111010 | e7ba8d8f8f4be4fa |
EUC-JP | 郤刻習蕣 | 1110111010111100101110011110111110111101101011001110100011111100 | eebcb9efbdace8fc |
UTF-8 | 郤刻習蕣 | 111010011000001110100100111001011000100010111011111001111011111110010010111010001001010110100011 | e983a4e588bbe7bf92e895a3 |
UHC | ?刻習蕣 | 00111111110010101011111011100011101001111110001011110010 | 3fcabee3a7e2f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)