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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 跌?津? | 111001101110100100111111100100101100001100111111 | e6e93f92c33f |
EUC-JP | 跌?津? | 111011001110101100111111110001001100010100111111 | eceb3fc4c53f |
UTF-8 | 跌렱津렏 | 111010001011011110001100111010111010000010110001111001101011010010100101111010111010000010001111 | e8b78ceba0b1e6b4a5eba08f |
UHC | 跌렱津렏 | 1111001011110110100011101011111011110010110100001000111010100101 | f2f68ebef2d08ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)