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 | 10001110101111001000111011000100101111001011010110111100110111010110111001000010 | 8ebc8ec4bcb5bcdd6e42 |
EUC-JP | 湿柴シオシンnB | 1011110010111110101111001100011010001110101111001000111010110101100011101011110010001110110111010110111001000010 | bcbebcc68ebc8eb58ebc8edd6e42 |
UTF-8 | 湿柴シオシンnB | 1110011010111001101111111110011010011111101101001110111110111101101111001110111110111101101101011110111110111101101111001110111110111110100111010110111001000010 | e6b9bfe69fb4efbdbcefbdb5efbdbcefbe9d6e42 |
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)