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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | 毓?┷~ | 100111110111100100111111100001001011100001111110 | 9f793f84b87e |
EUC-JP | 毓?┷~ | 110111011101101000111111101010001011101001111110 | ddda3fa8ba7e |
UTF-8 | 毓묕┷~ | 11100110101011111001001111101011101011001001010111100010100101001011011101111110 | e6af93ebac95e294b77e |
UHC | 毓묕┷~ | 11101011101111101001000111101111101001101011101001111110 | ebbe91efa6ba7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)