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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 者勺\ | 1000111011010010100011101101100101011100 | 8ed28ed95c |
EUC-JP | 者勺\ | 1011110011010100101111001101101101011100 | bcd4bcdb5c |
UTF-8 | 者勺\ | 11101000100000001000010111100101100010111011101001011100 | e88085e58bba5c |
UHC | 者勺\ | 1110110110111010111011011100001101011100 | edbaedc35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)