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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 羇矩_螻紫偽 | 111000111011001010001011111010011000000101010001111001011011000110001110100001111000101101010101 | e3b28be98151e5b18e878b55 |
EUC-JP | 羇矩_螻紫偽 | 111001101011010010110110111010111010000110110010111010101011001110111011111001111011010110110110 | e6b4b6eba1b2eab3bbe7b5b6 |
UTF-8 | 羇矩_螻紫偽 | 111001111011111010000111111001111001111110101001111011111011110010111111111010001001111010111011111001111011010010101011111001011000000110111101 | e7be87e79fa9efbcbfe89ebbe7b4abe581bd |
UHC | ?矩_?紫? | 001111111100111110111011101000111101111100111111111011011011100100111111 | 3fcfbba3df3fedb93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)