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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 裝顋裝顋^ | 111001011110010011101000111110011110010111100100111010001111100101011110 | e5e4e8f9e5e4e8f95e |
EUC-JP | 裝顋裝顋^ | 111010101110011011110000111110111110101011100110111100001111101101011110 | eae6f0fbeae6f0fb5e |
UTF-8 | 裝顋裝顋^ | 11101000101000111001110111101001101000011000101111101000101000111001110111101001101000011000101101011110 | e8a39de9a18be8a39de9a18b5e |
UHC | 裝?裝?^ | 11101101111110110011111111101101111110110011111101011110 | edfb3fedfb3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)