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 | ??P^ | 00111111001111110101000001011110 | 3f3f505e |
SJIS-WIN | ?隅P^ | 0011111110001011111101110101000001011110 | 3f8bf7505e |
EUC-JP | ?隅P^ | 0011111110110110111110010101000001011110 | 3fb6f9505e |
UTF-8 | 잢隅P^ | 1110110010011110101000101110100110011010100001010101000001011110 | ec9ea2e99a85505e |
UHC | 잢隅P^ | 100111111111000111101001111010100101000001011110 | 9ff1e9ea505e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)