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 | |³ | 10011010011111001000111110110011 | 9a7c8fb3 |
SJIS-WIN | ?|?? | 00111111011111000011111100111111 | 3f7c3f3f |
EUC-JP | ?|?? | 00111111011111000011111100111111 | 3f7c3f3f |
UTF-8 | |³ | 11000010100110100111110011000010100011111100001010110011 | c29a7cc28fc2b3 |
UHC | ?|?³ | 0011111101111100001111111010100111111000 | 3f7c3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)