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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | 蓆?削存G | 1110010011101100001111111000110111101101100100011011011001000111 | e4ec3f8ded91b647 |
EUC-JP | 蓆沅削存G | 11101000111011101000111111000110111010011011101011101111110000101011100001000111 | e8ee8fc6e9baefc2b847 |
UTF-8 | 蓆沅削存G | 11101000100100111000011011100110101100101000010111100101100010011000101011100101101011011001100001000111 | e89386e6b285e5898ae5ad9847 |
UHC | 蓆沅削存G | 111000001011011011101010101101101101111011111011111100001110110101000111 | e0b6eab6defbf0ed47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)