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 | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | モソヘー@h | 110100111011111111001101101100000100000001101000 | d3bfcdb04068 |
EUC-JP | モソヘー@h | 10001110110100111000111010111111100011101100110110001110101100000100000001101000 | 8ed38ebf8ecd8eb04068 |
UTF-8 | モソヘー@h | 1110111110111110100100111110111110111101101111111110111110111110100011011110111110111101101100000100000001101000 | efbe93efbdbfefbe8defbdb04068 |
UHC | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)