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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 迴・驕ッ骰オ | 111001111000111110100101111010011000000110101111111010011000110110110101 | e78fa5e981afe98db5 |
EUC-JP | 迴・驕ッ骰オ | 111011011110111110001110101001011111000111100001100011101010111111110001111011011000111010110101 | edef8ea5f1e18eaff1ed8eb5 |
UTF-8 | 迴・驕ッ骰オ | 111010001011111110110100111011111011110110100101111010011010100110010101111011111011110110101111111010011010101010110000111011111011110110110101 | e8bfb4efbda5e9a995efbdafe9aab0efbdb5 |
UHC | ??驕??? | 00111111001111111100111011110110001111110011111100111111 | 3f3fcef63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)