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 | ûN¥\ | 1111101101001110100011101010010101011100 | fb4e8ea55c |
SJIS-WIN | ?N?¥\ | 001111110100111000111111100000011000111101011100 | 3f4e3f818f5c |
EUC-JP | ûN??\ | 10001111101010111110010101001110001111110011111101011100 | 8fabe54e3f3f5c |
UTF-8 | ûN¥\ | 1100001110111011010011101100001010001110110000101010010101011100 | c3bb4ec28ec2a55c |
UHC | ?N??\ | 0011111101001110001111110011111101011100 | 3f4e3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)