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 | ???x | 00111111001111110011111101111000 | 3f3f3f78 |
SJIS-WIN | 毓?┷x | 100111110111100100111111100001001011100001111000 | 9f793f84b878 |
EUC-JP | 毓?┷x | 110111011101101000111111101010001011101001111000 | ddda3fa8ba78 |
UTF-8 | 毓묕┷x | 11100110101011111001001111101011101011001001010111100010100101001011011101111000 | e6af93ebac95e294b778 |
UHC | 毓묕┷x | 11101011101111101001000111101111101001101011101001111000 | ebbe91efa6ba78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)