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 | ¾èõ | 101111101110100010001111110000111011010110001110 | bee88fc3b58e |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?è?Ã?? | 00111111100011111010101110110010001111111000111110101010101010100011111100111111 | 3f8fabb23f8faaaa3f3f |
UTF-8 | ¾èõ | 110000101011111011000011101010001100001010001111110000111000001111000010101101011100001010001110 | c2bec3a8c28fc383c2b5c28e |
UHC | ¾????? | 10101000111110100011111100111111001111110011111100111111 | a8fa3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)