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 | 頁踊 | 10010101110001011001011101111000 | 95c59778 |
EUC-JP | 頁踊 | 11001010110001111100110111011001 | cac7cdd9 |
UTF-8 | 頁踊 | 111010011010000010000001111010001011100010001010 | e9a081e8b88a |
UHC | 頁踊 | 11111010111011011110100111001001 | faede9c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)