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 | ?悧?悧^ | 00111111100111001010010000111111100111001010010001011110 | 3f9ca43f9ca45e |
EUC-JP | ?悧?悧^ | 00111111110110001010011000111111110110001010011001011110 | 3fd8a63fd8a65e |
UTF-8 | 렺悧렺悧^ | 11101011101000001011101011100110100000101010011111101011101000001011101011100110100000101010011101011110 | eba0bae682a7eba0bae682a75e |
UHC | 렺悧렺悧^ | 100011101100001011010111110111001000111011000010110101111101110001011110 | 8ec2d7dc8ec2d7dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)