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 | 羇矩芥跫紫偽 | 111000111011001010001011111010011000101001001000111001101110110110001110100001111000101101010101 | e3b28be98a48e6ed8e878b55 |
EUC-JP | 羇矩芥跫紫偽 | 111001101011010010110110111010111011001110101001111011001110111110111011111001111011010110110110 | e6b4b6ebb3a9ecefbbe7b5b6 |
UTF-8 | 羇矩芥跫紫偽 | 111001111011111010000111111001111001111110101001111010001000101010100101111010001011011110101011111001111011010010101011111001011000000110111101 | e7be87e79fa9e88aa5e8b7abe7b4abe581bd |
UHC | ?矩芥?紫? | 001111111100111110111011110010111100111000111111111011011011100100111111 | 3fcfbbcbce3fedb93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)