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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?搜?搜^ | 00111111100111010111001000111111100111010111001001011110 | 3f9d723f9d725e |
EUC-JP | ?搜?搜^ | 00111111110110011101001100111111110110011101001101011110 | 3fd9d33fd9d35e |
UTF-8 | 안搜안搜^ | 11101100100101011000100011100110100100001001110011101100100101011000100011100110100100001001110001011110 | ec9588e6909cec9588e6909c5e |
UHC | 안搜안搜^ | 101111101100100011100010101001001011111011001000111000101010010001011110 | bec8e2a4bec8e2a45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)