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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 冶?h冶? | 10010110111010000011111101101000100101101110100000111111 | 96e83f6896e83f |
EUC-JP | 冶?h冶? | 11001100111010100011111101101000110011001110101000111111 | ccea3f68ccea3f |
UTF-8 | 冶낽h冶낽 | 11100101100001101011011011101011100000101011110101101000111001011000011010110110111010111000001010111101 | e586b6eb82bd68e586b6eb82bd |
UHC | 冶낽h冶낽 | 111001011010011110000110010011000110100011100101101001111000011001001100 | e5a7864c68e5a7864c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)