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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 浯滓イサ | 111110101111110010011111111001101011001010111011 | fafc9fe6b2bb |
EUC-JP | 浯滓イサ | 100011111100011111000011110111101110100010001110101100101000111010111011 | 8fc7c3dee88eb28ebb |
UTF-8 | 浯滓イサ | 111001101011010110101111111001101011101110010011111011111011110110110010111011111011110110111011 | e6b5afe6bb93efbdb2efbdbb |
UHC | ?滓?? | 0011111111101110101010110011111100111111 | 3feeab3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)