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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 舌愕?舌 | 10010000111000111001110010110001001111111001000011100011 | 90e39cb13f90e3 |
EUC-JP | 舌愕饍舌 | 110000001110010111011000101100111000111111101000111011011100000011100101 | c0e5d8b38fe8edc0e5 |
UTF-8 | 舌愕饍舌 | 111010001000100010001100111001101000010010010101111010011010010110001101111010001000100010001100 | e8888ce68495e9a58de8888c |
UHC | 舌愕饍舌 | 1110000011011111111001001100001111100000110101111110000011011111 | e0dfe4c3e0d7e0df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)