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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 昇ヨ緖スシ・ | 10001111101110001111011111101100110101101111101110001110101111011011110010100101 | 8fb8f7ecd6fb8ebdbca5 |
EUC-JP | 昇?ヨ?スシ・ | 101111101011101000111111100011101101011000111111100011101011110110001110101111001000111010100101 | beba3f8ed63f8ebd8ebc8ea5 |
UTF-8 | 昇ヨ緖スシ・ | 111001101001100010000111111011101001011110001111111011111011111010010110111001111011011110010110111011111011110110111101111011111011110110111100111011111011110110100101 | e69887ee978fefbe96e7b796efbdbdefbdbcefbda5 |
UHC | 昇??緖??? | 111000111011000000111111001111111101111111111101001111110011111100111111 | e3b03f3fdffd3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)