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 | æ[³ | 11100110010110111000111110110011 | e65b8fb3 |
SJIS-WIN | ?[?? | 00111111010110110011111100111111 | 3f5b3f3f |
EUC-JP | æ[?? | 100011111010100111000001010110110011111100111111 | 8fa9c15b3f3f |
UTF-8 | æ[³ | 11000011101001100101101111000010100011111100001010110011 | c3a65bc28fc2b3 |
UHC | æ[?³ | 101010011010000101011011001111111010100111111000 | a9a15b3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)