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 | 者渉 | 111100101110111010001110110100101000111111000010 | f2ee8ed28fc2 |
EUC-JP | ?者渉 | 0011111110111100110101001011111011000100 | 3fbcd4bec4 |
UTF-8 | 者渉 | 111011101000100010100101111010001000000010000101111001101011100010001001 | ee88a5e88085e6b889 |
UHC | ?者? | 00111111111011011011101000111111 | 3fedba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)