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 | 溿カ阨 | 1111101101001010101101101110100010010101 | fb4ab6e895 |
EUC-JP | 溿カ阨 | 10001111110010001011000110001110101101101110111111110101 | 8fc8b18eb6eff5 |
UTF-8 | 溿カ阨 | 111001101011101010111111111011111011110110110110111010011001100010101000 | e6babfefbdb6e998a8 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)