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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 船舌膳^ | 10010001010001001001000011100011100100010101011001011110 | 914490e391565e |
EUC-JP | 船舌膳^ | 11000001101001011100000011100101110000011011011101011110 | c1a5c0e5c1b75e |
UTF-8 | 船舌膳^ | 11101000100010001011100111101000100010001000110011101000100001101011001101011110 | e888b9e8888ce886b35e |
UHC | 船舌膳^ | 11100000110011111110000011011111111000001100111001011110 | e0cfe0dfe0ce5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)