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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 處?愿? | 100110010111110000111111100111001100001100111111 | 997c3f9cc33f |
EUC-JP | 處?愿? | 110100011101110100111111110110001100010100111111 | d1dd3fd8c53f |
UTF-8 | 處렦愿렖 | 111010001001100110010101111010111010000010100110111001101000010010111111111010111010000010010110 | e89995eba0a6e684bfeba096 |
UHC | 處렦愿렖 | 1111010010100101100011101011010111101010101101001000111010101011 | f4a58eb5eab48eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)