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 | 晤대젒晤대젒^ | 11100110100110011010010011101011100011001000000011101100101000001001001011100110100110011010010011101011100011001000000011101100101000001001001001011110 | e699a4eb8c80eca092e699a4eb8c80eca0925e |
UHC | 晤대젒晤대젒^ | 11100111111110111011010011101011101000001001000111100111111110111011010011101011101000001001000101011110 | e7fbb4eba091e7fbb4eba0915e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)