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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 矮?祭攀 | 11100001111000100011111110001101110101011001110110110011 | e1e23f8dd59db3 |
EUC-JP | 矮?祭攀 | 11100010111001000011111110111010110101111101101010110101 | e2e43fbad7dab5 |
UTF-8 | 矮렡祭攀 | 111001111001111110101110111010111010000010100001111001111010010110101101111001101001010010000000 | e79faeeba0a1e7a5ade69480 |
UHC | 矮렡祭攀 | 1110100011100001100011101011001011110000101011101101101011100111 | e8e18eb2f0aedae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)