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 | ???vQ] | 001111110011111100111111011101100101000101011101 | 3f3f3f76515d |
SJIS-WIN | 絶??vQ] | 10010000111000100011111100111111011101100101000101011101 | 90e23f3f76515d |
EUC-JP | 絶??vQ] | 11000000111001000011111100111111011101100101000101011101 | c0e43f3f76515d |
UTF-8 | 絶귛렘vQ] | 111001111011010110110110111010101011011110011011111010111010000010011000011101100101000101011101 | e7b5b6eab79beba09876515d |
UHC | 絶귛렘vQ] | 111011111011111010000010111001011011011110111101011101100101000101011101 | efbe82e5b7bd76515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)