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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 裝?藜^ | 111001011110010000111111111001010101101101011110 | e5e43fe55b5e |
EUC-JP | 裝?藜^ | 111010101110011000111111111010011011110001011110 | eae63fe9bc5e |
UTF-8 | 裝븅藜^ | 11101000101000111001110111101011101110001000010111101000100101111001110001011110 | e8a39debb885e8979c5e |
UHC | 裝븅藜^ | 11101101111110111011101011101001110101011110110101011110 | edfbbae9d5ed5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)