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 | 穩????? | 11100010011100100011111100111111001111110011111100111111 | e2723f3f3f3f3f |
EUC-JP | 穩????? | 11100011110100110011111100111111001111110011111100111111 | e3d33f3f3f3f3f |
UTF-8 | 穩롦무歷숁무 | 111001111010100110101001111010111010000110100110111010111010110010110100111011111010011010001100111011001000100010000001111010111010110010110100 | e7a9a9eba1a6ebacb4efa68cec8881ebacb4 |
UHC | 穩롦무歷숁무 | 111010001011000110001110111001101011100110101011111001101011100010011001111001101011100110101011 | e8b18ee6b9abe6b899e6b9ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)