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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 襪苦牡讎 | 1110011001000011100010111110101010001001101100101110011010100110 | e6438bea89b2e6a6 |
EUC-JP | 襪苦牡讎 | 1110101110100100101101101110110010110010101101001110110010101000 | eba4b6ecb2b4eca8 |
UTF-8 | 襪苦牡讎 | 111010001010010110101010111010001000101110100110111001111000100110100001111010001010111010001110 | e8a5aae88ba6e789a1e8ae8e |
UHC | 襪苦牡? | 11011000110010101100110111001000110110011100000000111111 | d8cacdc8d9c03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)