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 | ???[???[^ | 001111110011111100111111010110110011111100111111001111110101101101011110 | 3f3f3f5b3f3f3f5b5e |
SJIS-WIN | ???[???[^ | 001111110011111100111111010110110011111100111111001111110101101101011110 | 3f3f3f5b3f3f3f5b5e |
EUC-JP | ???[???[^ | 001111110011111100111111010110110011111100111111001111110101101101011110 | 3f3f3f5b3f3f3f5b5e |
UTF-8 | 李얩삞[李얩삞[^ | 111011111010011110100001111011001001011010101001111011001000001010011110010110111110111110100111101000011110110010010110101010011110110010000010100111100101101101011110 | efa7a1ec96a9ec829e5befa7a1ec96a9ec829e5b5e |
UHC | 李얩삞[李얩삞[^ | 111011001011000010111110111011011001100010100001010110111110110010110000101111101110110110011000101000010101101101011110 | ecb0beed98a15becb0beed98a15b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)