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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 晤②?^ | 100111011110101110000111010000010011111101011110 | 9deb87413f5e |
EUC-JP | 晤??^ | 1101101011101101001111110011111101011110 | daed3f3f5e |
UTF-8 | 晤②씒^ | 11100110100110011010010011100010100100011010000111101100100101001001001001011110 | e699a4e291a1ec94925e |
UHC | 晤②씒^ | 11100111111110111010100011101000100111011010100001011110 | e7fba8e89da85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)