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 | 跡???提 | 10010000110101010011111100111111001111111001001011110001 | 90d53f3f3f92f1 |
EUC-JP | 跡???提 | 11000000110101110011111100111111001111111100010011110011 | c0d73f3f3fc4f3 |
UTF-8 | 跡곁렊렱提 | 111010001011011110100001111010101011001110000001111010111010000010001010111010111010000010110001111001101000111110010000 | e8b7a1eab381eba08aeba0b1e68f90 |
UHC | 跡곁렊렱提 | 11101110111001101011000011100111100011101010000110001110101111101111000010101011 | eee6b0e78ea18ebef0ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)