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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 羞種數G | 11100011101101011000111011101101100111011100100101000111 | e3b58eed9dc947 |
EUC-JP | 羞種數G | 11100110101101111011110011101111110110101100101101000111 | e6b7bcefdacb47 |
UTF-8 | 羞種數G | 11100111101111101001111011100111101010001010111011100110100101011011100001000111 | e7be9ee7a8aee695b847 |
UHC | 羞種數G | 11100010101110101111000011111010111000101010011001000111 | e2baf0fae2a647 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)