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 | ÞÒó? | 11011110110100101111001100111111 | ded2f33f |
SJIS-WIN | ???蹕 | 0011111100111111001111111110011101001010 | 3f3f3fe74a |
EUC-JP | ÞÒó蹕 | 1000111110101001101100001000111110101010110100101000111110101011110100011110110110101011 | 8fa9b08faad28fabd1edab |
UTF-8 | ÞÒó蹕 | 110000111001111011000011100100101100001110110011111010001011100110010101 | c39ec392c3b3e8b995 |
UHC | Þ??? | 1010100010101101001111110011111100111111 | a8ad3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)