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 | 雕オ螟懈オ夊 | 11101000101110001011010111100101101001001001110011100110101101011001101011101000 | e8b8b5e5a49ce6b59ae8 |
EUC-JP | 雕オ螟懈オ夊 | 111100001011101010001110101101011110101010100110110110001110100010001110101101011101010011101010 | f0ba8eb5eaa6d8e88eb5d4ea |
UTF-8 | 雕オ螟懈オ夊 | 111010011001101110010101111011111011110110110101111010001001111010011111111001101000011110001000111011111011110110110101111001011010010010001010 | e99b95efbdb5e89e9fe68788efbdb5e5a48a |
UHC | 雕?螟懈?? | 111100001110011100111111110110011010110111111010101010110011111100111111 | f0e73fd9adfaab3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)