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 | ショ」カ獎 | 1011110011110101101000101010111010100011101101101110000011010000 | bcf5a2aea3b6e0d0 |
EUC-JP | シ?ョ」カ獎 | 1000111010111100001111111000111010101110100011101010001110001110101101101110000011010010 | 8ebc3f8eae8ea38eb6e0d2 |
UTF-8 | ショ」カ獎 | 111011111011110110111100111011101001000010001101111011111011110110101110111011111011110110100011111011111011110110110110111001111000110110001110 | efbdbcee908defbdaeefbda3efbdb6e78d8e |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)