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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 逕俯、 | 1110011110010100100110001110101110100100 | e79498eba4 |
EUC-JP | 逕俯、 | 111011011111010011010000111011011000111010100100 | edf4d0ed8ea4 |
UTF-8 | 逕俯、 | 111010011000000010010101111001001011111110101111111011111011110110100100 | e98095e4bfafefbda4 |
UHC | 逕俯? | 1100110011101111110111001111011000111111 | ccefdcf63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)