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 | ÷¬Ó? | 11110111101011001101001100111111 | f7acd33f |
SJIS-WIN | ÷¬?蹕 | 10000001100000001000000111001010001111111110011101001010 | 818081ca3fe74a |
EUC-JP | ÷¬Ó蹕 | 101000011110000010100010110011001000111110101010110100011110110110101011 | a1e0a2cc8faad1edab |
UTF-8 | ÷¬Ó蹕 | 110000111011011111000010101011001100001110010011111010001011100110010101 | c3b7c2acc393e8b995 |
UHC | ÷??? | 1010000111000000001111110011111100111111 | a1c03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)