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 | 衆?凋?? | 10001111010011110011111110010010100111000011111100111111 | 8f4f3f929c3f3f |
EUC-JP | 衆?凋?? | 10111101101100000011111111000011111111000011111100111111 | bdb03fc3fc3f3f |
UTF-8 | 衆렲凋렪亐 | 111010001010000110000110111010111010000010110010111001011000011110001011111010111010000010101010111001001011101010010000 | e8a186eba0b2e5878beba0aae4ba90 |
UHC | 衆렲凋렪亐 | 11110001111010111000111010111111111100001011110110001110101110001110101010100111 | f1eb8ebff0bd8eb8eaa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)