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 | 竣???泣 | 10001111011101100011111100111111001111111000101110000011 | 8f763f3f3f8b83 |
EUC-JP | 竣?勖?泣 | 101111011101011100111111100011111011001111101101001111111011010111100011 | bdd73f8fb3ed3fb5e3 |
UTF-8 | 竣렦勖렠泣 | 111001111010101110100011111010111010000010100110111001011000101110010110111010111010000010100000111001101011001110100011 | e7aba3eba0a6e58b96eba0a0e6b3a3 |
UHC | 竣렦勖렠泣 | 11110001111000101000111010110101111010011110110110001110101100011110101111101000 | f1e28eb5e9ed8eb1ebe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)