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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?領麒 | 0011111110010111110011001110101001101001 | 3f97ccea69 |
EUC-JP | ?領麒 | 0011111111001110110011101111001111001010 | 3fcecef3ca |
UTF-8 | 렺領麒 | 111010111010000010111010111010011010000010011000111010011011101010010010 | eba0bae9a098e9ba92 |
UHC | 렺領麒 | 100011101100001011010110110001011101000111001011 | 8ec2d6c5d1cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)