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 | ¼Í¼»¾ | 1011110011001101101111001011101110111110 | bccdbcbbbe |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?Í??? | 00111111100011111010101010111111001111110011111100111111 | 3f8faabf3f3f3f |
UTF-8 | ¼Í¼»¾ | 11000010101111001100001110001101110000101011110011000010101110111100001010111110 | c2bcc38dc2bcc2bbc2be |
UHC | ¼?¼?¾ | 1010100011111001001111111010100011111001001111111010100011111010 | a8f93fa8f93fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)