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 | ??????nB | 0011111100111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f3f6e42 |
SJIS-WIN | 湿柴シナシ」nB | 10001110101111001000111011000100101111001100010110111100101000110110111001000010 | 8ebc8ec4bcc5bca36e42 |
EUC-JP | 湿柴シナシ」nB | 1011110010111110101111001100011010001110101111001000111011000101100011101011110010001110101000110110111001000010 | bcbebcc68ebc8ec58ebc8ea36e42 |
UTF-8 | 湿柴シナシ」nB | 1110011010111001101111111110011010011111101101001110111110111101101111001110111110111110100001011110111110111101101111001110111110111101101000110110111001000010 | e6b9bfe69fb4efbdbcefbe85efbdbcefbda36e42 |
UHC | ?柴????nB | 001111111110001111000011001111110011111100111111001111110110111001000010 | 3fe3c33f3f3f3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)