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 | öÞóÛÎ | 1111011011011110111100111101101111001110 | f6def3dbce |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | öÞóÛÎ | 100011111010101111010011100011111010100110110000100011111010101111010001100011111010101011100101100011111010101011000010 | 8fabd38fa9b08fabd18faae58faac2 |
UTF-8 | öÞóÛÎ | 11000011101101101100001110011110110000111011001111000011100110111100001110001110 | c3b6c39ec3b3c39bc38e |
UHC | ?Þ??? | 001111111010100010101101001111110011111100111111 | 3fa8ad3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)