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 | 豼滓ソ檻 | 11100110101111111001111111100110101111111001111101000010 | e6bf9fe6bf9f42 |
EUC-JP | 豼滓ソ檻 | 1110110011000001110111101110100010001110101111111101110110100011 | ecc1dee88ebfdda3 |
UTF-8 | 豼滓ソ檻 | 111010001011000110111100111001101011101110010011111011111011110110111111111001101010101010111011 | e8b1bce6bb93efbdbfe6aabb |
UHC | ?滓?檻 | 001111111110111010101011001111111111100111100011 | 3feeab3ff9e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)