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 | ?拗??? | 001111111001110101011000001111110011111100111111 | 3f9d583f3f3f |
EUC-JP | ?拗??? | 001111111101100110111001001111110011111100111111 | 3fd9b93f3f3f |
UTF-8 | 筽拗黎롛롔 | 111001111010110110111101111001101000101110010111111011111010011010001001111010111010000110011011111010111010000110010100 | e7adbde68b97efa689eba19beba194 |
UHC | 筽拗黎롛롔 | 11101000101001001110100011110011111001101011000110001110110111111000111011011000 | e8a4e8f3e6b18edf8ed8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)