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 | ?[?[^ | 0011111101011011001111110101101101011110 | 3f5b3f5b5e |
SJIS-WIN | 押[押[^ | 10001001100111110101101110001001100111110101101101011110 | 899f5b899f5b5e |
EUC-JP | 押[押[^ | 10110010101000010101101110110010101000010101101101011110 | b2a15bb2a15b5e |
UTF-8 | 押[押[^ | 111001101000101010111100010110111110011010001010101111000101101101011110 | e68abc5be68abc5b5e |
UHC | 押[押[^ | 11100100111000110101101111100100111000110101101101011110 | e4e35be4e35b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)