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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 豕ア郤 | 1110011010110011101100011110011110111010 | e6b3b1e7ba |
EUC-JP | 豕ア郤 | 111011001011010110001110101100011110111010111100 | ecb58eb1eebc |
UTF-8 | 豕ア郤 | 111010001011000110010101111011111011110110110001111010011000001110100100 | e8b195efbdb1e983a4 |
UHC | 豕?? | 11100011110011100011111100111111 | e3ce3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)