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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 昇。遙 | 10001111101110001111011111101100101000011110101010100001 | 8fb8f7eca1eaa1 |
EUC-JP | 昇?。遙 | 10111110101110100011111110001110101000011111010010100011 | beba3f8ea1f4a3 |
UTF-8 | 昇。遙 | 111001101001100010000111111011101001011110001111111011111011110110100001111010011000000110011001 | e69887ee978fefbda1e98199 |
UHC | 昇??遙 | 111000111011000000111111001111111110100110101011 | e3b03f3fe9ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)