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 | ???]H | 0011111100111111001111110101110101001000 | 3f3f3f5d48 |
SJIS-WIN | 爵灼籬]H | 1000111011011101100011101101110011100010110111110101110101001000 | 8edd8edce2df5d48 |
EUC-JP | 爵灼籬]H | 1011110011011111101111001101111011100100111000010101110101001000 | bcdfbcdee4e15d48 |
UTF-8 | 爵灼籬]H | 1110011110001000101101011110011110000001101111001110011110110001101011000101110101001000 | e788b5e781bce7b1ac5d48 |
UHC | 爵灼籬]H | 1110110111001001111011011100011111010111111001100101110101001000 | edc9edc7d7e65d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)