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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 佇?g?? | 10011000110010000011111110000010100001110011111100111111 | 98c83f82873f3f |
EUC-JP | 佇?g?? | 11010000110010100011111110100011111001110011111100111111 | d0ca3fa3e73f3f |
UTF-8 | 佇뜹g識㎰ | 111001001011110110000111111010111001110010111001111011111011110110000111111011111010011110111100111000111000111010110000 | e4bd87eb9cb9efbd87efa7bce38eb0 |
UHC | 佇뜹g識㎰ | 11101110101101111011011011100101101000111110011111110010101111011010011110111111 | eeb7b6e5a3e7f2bda7bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)