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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 淫?h淫? | 10001000111110100011111101101000100010001111101000111111 | 88fa3f6888fa3f |
EUC-JP | 淫?h淫? | 10110000111111000011111101101000101100001111110000111111 | b0fc3f68b0fc3f |
UTF-8 | 淫륷h淫륷 | 11100110101101111010101111101011101001011011011101101000111001101011011110101011111010111010010110110111 | e6b7abeba5b768e6b7abeba5b7 |
UHC | 淫륷h淫륷 | 111010111110001010010000010101100110100011101011111000101001000001010110 | ebe2905668ebe29056 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)