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 | 晤??潁 | 100111011110101100111111001111111001111111110001 | 9deb3f3f9ff1 |
EUC-JP | 晤??潁 | 110110101110110100111111001111111101111011110011 | daed3f3fdef3 |
UTF-8 | 晤댐쉈潁 | 111001101001100110100100111010111000110010010000111011001000100110001000111001101011110110000001 | e699a4eb8c90ec8988e6bd81 |
UHC | 晤댐쉈潁 | 1110011111111011101101001110111110111101101001011110011110111000 | e7fbb4efbda5e7b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)