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 | ユロ犁 | 11010101110110111110000010110011 | d5dbe0b3 |
EUC-JP | ユロ犁 | 100011101101010110001110110110111110000010110101 | 8ed58edbe0b5 |
UTF-8 | ユロ犁 | 111011111011111010010101111011111011111010011011111001111000101010000001 | efbe95efbe9be78a81 |
UHC | ??犁 | 00111111001111111101011111100000 | 3f3fd7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)