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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 踉ィ驕ィ逾 | 1110011011110010101010001110100110000001101010001110011110100101 | e6f2a8e981a8e7a5 |
EUC-JP | 踉ィ驕ィ逾 | 11101100111101001000111010101000111100011110000110001110101010001110111010100111 | ecf48ea8f1e18ea8eea7 |
UTF-8 | 踉ィ驕ィ逾 | 111010001011100010001001111011111011110110101000111010011010100110010101111011111011110110101000111010011000000010111110 | e8b889efbda8e9a995efbda8e980be |
UHC | ??驕?逾 | 00111111001111111100111011110110001111111110101110110101 | 3f3fcef63febb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)