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 | 辱ュ?昻 | 10010000010010101000001110000101001111111111101011010000 | 904a83853ffad0 |
EUC-JP | 辱ュ?? | 101111111010101110100101111001010011111100111111 | bfaba5e53f3f |
UTF-8 | 辱ュ괌昻 | 111010001011111010110001111000111000001110100101111010101011010010001100111001101001100010111011 | e8beb1e383a5eab48ce698bb |
UHC | 辱ュ괌昻 | 1110100110110100101010111110010110110001101000011110010011101001 | e9b4abe5b1a1e4e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)