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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 晤??晤??^ | 100111011110101100111111001111111001110111101011001111110011111101011110 | 9deb3f3f9deb3f3f5e |
EUC-JP | 晤??晤??^ | 110110101110110100111111001111111101101011101101001111110011111101011110 | daed3f3fdaed3f3f5e |
UTF-8 | 晤잓땐晤잓땐^ | 11100110100110011010010011101100100111101001001111101011100101011001000011100110100110011010010011101100100111101001001111101011100101011001000001011110 | e699a4ec9e93eb9590e699a4ec9e93eb95905e |
UHC | 晤잓땐晤잓땐^ | 11100111111110111001111111101001101101101010100111100111111110111001111111101001101101101010100101011110 | e7fb9fe9b6a9e7fb9fe9b6a95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)