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 | 衆?袁 | 1000111101001111001111111110010111001101 | 8f4f3fe5cd |
EUC-JP | 衆?袁 | 1011110110110000001111111110101011001111 | bdb03feacf |
UTF-8 | 衆렲袁 | 111010001010000110000110111010111010000010110010111010001010001010000001 | e8a186eba0b2e8a281 |
UHC | 衆렲袁 | 111100011110101110001110101111111110101010111110 | f1eb8ebfeabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)