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 | û[Õ£ | 11111011010110111101010110100011 | fb5bd5a3 |
SJIS-WIN | ?[?£ | 0011111101011011001111111000000110010010 | 3f5b3f8192 |
EUC-JP | û[Õ£ | 100011111010101111100101010110111000111110101010110110001010000111110010 | 8fabe55b8faad8a1f2 |
UTF-8 | û[Õ£ | 11000011101110110101101111000011100101011100001010100011 | c3bb5bc395c2a3 |
UHC | ?[?? | 00111111010110110011111100111111 | 3f5b3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)