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 | 辱ュ?厓 | 10010000010010101000001110000101001111111111101010001101 | 904a83853ffa8d |
EUC-JP | 辱ュ?厓 | 1011111110101011101001011110010100111111100011111011010011000111 | bfaba5e53f8fb4c7 |
UTF-8 | 辱ュ괌厓 | 111010001011111010110001111000111000001110100101111010101011010010001100111001011000111010010011 | e8beb1e383a5eab48ce58e93 |
UHC | 辱ュ괌厓 | 1110100110110100101010111110010110110001101000011110010011101101 | e9b4abe5b1a1e4ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)