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 | 隹ソ蝣エ谺擔 | 11101000101100001011111111100101101000001011010011100110101011001001110101011110 | e8b0bfe5a0b4e6ac9d5e |
EUC-JP | 隹ソ蝣エ谺擔 | 111100001011001010001110101111111110101010100010100011101011010011101100101011101101100110111111 | f0b28ebfeaa28eb4ecaed9bf |
UTF-8 | 隹ソ蝣エ谺擔 | 111010011001101010111001111011111011110110111111111010001001110110100011111011111011110110110100111010001011000010111010111001101001001110010100 | e99ab9efbdbfe89da3efbdb4e8b0bae69394 |
UHC | ?????擔 | 00111111001111110011111100111111001111111101001110111101 | 3f3f3f3f3fd3bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)