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¥ûK | 111110110100111010001110101001011111101101001011 | fb4e8ea5fb4b |
SJIS-WIN | ?N?¥?K | 00111111010011100011111110000001100011110011111101001011 | 3f4e3f818f3f4b |
EUC-JP | ûN??ûK | 10001111101010111110010101001110001111110011111110001111101010111110010101001011 | 8fabe54e3f3f8fabe54b |
UTF-8 | ûN¥ûK | 11000011101110110100111011000010100011101100001010100101110000111011101101001011 | c3bb4ec28ec2a5c3bb4b |
UHC | ?N???K | 001111110100111000111111001111110011111101001011 | 3f4e3f3f3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)