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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 腎??嘶? | 10010000011101000011111100111111100110100111110000111111 | 90743f3f9a7c3f |
EUC-JP | 腎??嘶? | 10111111110101010011111100111111110100111101110100111111 | bfd53f3fd3dd3f |
UTF-8 | 腎땹뢖嘶꼨 | 111010001000010110001110111010111001010110111001111010111010001010010110111001011001100010110110111010101011110010101000 | e8858eeb95b9eba296e598b6eabca8 |
UHC | 腎땹뢖嘶꼨 | 11100011111011001000101110001111100011110101000111100011101101101000010010000101 | e3ec8b8f8f51e3b68485 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)