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 | 儼??臣 | 100110010101011000111111001111111001000001100010 | 99563f3f9062 |
EUC-JP | 儼??臣 | 110100011011011100111111001111111011111111000011 | d1b73f3fbfc3 |
UTF-8 | 儼뜈궣臣 | 111001011000010010111100111010111001110010001000111010101011011010100011111010001000011110100011 | e584bceb9c88eab6a3e887a3 |
UHC | 儼뜈궣臣 | 1110010111110000100011011000101110000010101101101110001111101101 | e5f08d8b82b6e3ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)