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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 晤?シ? | 100111011110101100111111100000110101011000111111 | 9deb3f83563f |
EUC-JP | 晤?シ? | 110110101110110100111111101001011011011100111111 | daed3fa5b73f |
UTF-8 | 晤멱シ聯 | 111001101001100110100100111010111010100110110001111000111000001010110111111011111010011010010111 | e699a4eba9b1e382b7efa697 |
UHC | 晤멱シ聯 | 1110011111111011101110001110100010101011101101111110011011100001 | e7fbb8e8abb7e6e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)