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 | ??淫祠? | 00111111001111111000100011111010111000100100101100111111 | 3f3f88fae24b3f |
EUC-JP | ??淫祠? | 00111111001111111011000011111100111000111010110000111111 | 3f3fb0fce3ac3f |
UTF-8 | 綎렫淫祠렱 | 111001111011011010001110111010111010000010101011111001101011011110101011111001111010010110100000111010111010000010110001 | e7b68eeba0abe6b7abe7a5a0eba0b1 |
UHC | 綎렫淫祠렱 | 11101111111100101000111010111001111010111110001011011110111001101000111010111110 | eff28eb9ebe2dee68ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)