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 | ??????@h | 0011111100111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f3f4068 |
SJIS-WIN | 湿柴シンシメ@h | 10001110101111001000111011000100101111001101110110111100110100100100000001101000 | 8ebc8ec4bcddbcd24068 |
EUC-JP | 湿柴シンシメ@h | 1011110010111110101111001100011010001110101111001000111011011101100011101011110010001110110100100100000001101000 | bcbebcc68ebc8edd8ebc8ed24068 |
UTF-8 | 湿柴シンシメ@h | 1110011010111001101111111110011010011111101101001110111110111101101111001110111110111110100111011110111110111101101111001110111110111110100100100100000001101000 | e6b9bfe69fb4efbdbcefbe9defbdbcefbe924068 |
UHC | ?柴????@h | 001111111110001111000011001111110011111100111111001111110100000001101000 | 3fe3c33f3f3f3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)