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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ?匩?匩^ | 001111111000111110110100101011000011111110001111101101001010110001011110 | 3f8fb4ac3f8fb4ac5e |
UTF-8 | 䧎匩䧎匩^ | 11100100101001111000111011100101100011001010100111100100101001111000111011100101100011001010100101011110 | e4a78ee58ca9e4a78ee58ca95e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)