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 | û[Û© | 11111011010110111101101110101001 | fb5bdba9 |
SJIS-WIN | ?[?? | 00111111010110110011111100111111 | 3f5b3f3f |
EUC-JP | û[Û© | 10001111101010111110010101011011100011111010101011100101100011111010001011101101 | 8fabe55b8faae58fa2ed |
UTF-8 | û[Û© | 11000011101110110101101111000011100110111100001010101001 | c3bb5bc39bc2a9 |
UHC | ?[?? | 00111111010110110011111100111111 | 3f5b3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)