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 | 騾カ螟懈オ咤 | 11101001100000001011011011100101101001001001110011100110101101011001101001000010 | e980b6e5a49ce6b59a42 |
EUC-JP | 騾カ螟懈オ咤 | 111100011110000010001110101101101110101010100110110110001110100010001110101101011101001110100011 | f1e08eb6eaa6d8e88eb5d3a3 |
UTF-8 | 騾カ螟懈オ咤 | 111010011010100010111110111011111011110110110110111010001001111010011111111001101000011110001000111011111011110110110101111001011001001010100100 | e9a8beefbdb6e89e9fe68788efbdb5e592a4 |
UHC | ??螟懈?咤 | 001111110011111111011001101011011111101010101011001111111111011011100011 | 3f3fd9adfaab3ff6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)