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 | 辱ラ?蘂 | 10010000010010101000001110001001001111111110010101000001 | 904a83893fe541 |
EUC-JP | 辱ラ?蘂 | 10111111101010111010010111101001001111111110100110100010 | bfaba5e93fe9a2 |
UTF-8 | 辱ラ겗蘂 | 111010001011111010110001111000111000001110101001111010101011001010010111111010001001100010000010 | e8beb1e383a9eab297e89882 |
UHC | 辱ラ겗蘂 | 1110100110110100101010111110100110000001101011101110011111011110 | e9b4abe981aee7de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)