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 | 他速担臓 | 1001000110111100100100011010110010010010010100111001000110011111 | 91bc91ac9253919f |
EUC-JP | 他速担臓 | 1100001010111110110000101010111011000011101101001100001010100001 | c2bec2aec3b4c2a1 |
UTF-8 | 他速担臓 | 111001001011101110010110111010011000000010011111111001101000101110000101111010001000011110010011 | e4bb96e9809fe68b85e88793 |
UHC | 他速?? | 111101101110001011100001110111000011111100111111 | f6e2e1dc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)