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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | ?揮[?揮[^ | 001111111000101011110110010110110011111110001010111101100101101101011110 | 3f8af65b3f8af65b5e |
EUC-JP | 伈揮[伈揮[^ | 10001111101100001101010110110100111110000101101110001111101100001101010110110100111110000101101101011110 | 8fb0d5b4f85b8fb0d5b4f85b5e |
UTF-8 | 伈揮[伈揮[^ | 111001001011110010001000111001101000111110101110010110111110010010111100100010001110011010001111101011100101101101011110 | e4bc88e68fae5be4bc88e68fae5b5e |
UHC | ?揮[?揮[^ | 001111111111110111000110010110110011111111111101110001100101101101011110 | 3ffdc65b3ffdc65b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)