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 | ÞØY | 1000111011011110100011101101100001011001 | 8ede8ed859 |
SJIS-WIN | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
EUC-JP | ?Þ?ØY | 001111111000111110101001101100000011111110001111101010011010110001011001 | 3f8fa9b03f8fa9ac59 |
UTF-8 | ÞØY | 110000101000111011000011100111101100001010001110110000111001100001011001 | c28ec39ec28ec39859 |
UHC | ?Þ?ØY | 00111111101010001010110100111111101010001010101001011001 | 3fa8ad3fa8aa59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)