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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 雕滂ス域試B | 11101000101110001001111111101111101111011000100011100110100011101000111001000010 | e8b89fefbd88e68e8e42 |
EUC-JP | 雕滂ス域試B | 1111000010111010110111101111000110001110101111011011000011101000101110111110111001000010 | f0badef18ebdb0e8bbee42 |
UTF-8 | 雕滂ス域試B | 11101001100110111001010111100110101110111000001011101111101111011011110111100101100111111001111111101000101010011010011001000010 | e99b95e6bb82efbdbde59f9fe8a9a642 |
UHC | 雕滂?域試B | 11110000111001111101101110110101001111111110011010110100111000111100101101000010 | f0e7dbb53fe6b4e3cb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)