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 | 爭?爭?^ | 11100000101001010011111111100000101001010011111101011110 | e0a53fe0a53f5e |
EUC-JP | 爭?爭?^ | 11100000101001110011111111100000101001110011111101011110 | e0a73fe0a73f5e |
UTF-8 | 爭쌨爭쌤^ | 11100111100010001010110111101100100011001010100011100111100010001010110111101100100011001010010001011110 | e788adec8ca8e788adec8ca45e |
UHC | 爭쌨爭쌤^ | 111011101011001110111101110111101110111010110011101111011101110001011110 | eeb3bddeeeb3bddc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)