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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?隆 | 001111111001011110110010 | 3f97b2 |
EUC-JP | 瀣隆 | 1000111111001001101100011100111010110100 | 8fc9b1ceb4 |
UTF-8 | 瀣隆 | 111001111000000010100011111010011001101010000110 | e780a3e99a86 |
UHC | 瀣隆 | 11111010101011101101011111001100 | faaed7cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)