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 | 精?葺? | 100100001011100000111111100101011001100000111111 | 90b83f95983f |
EUC-JP | 精?葺? | 110000001011101000111111110010011111100000111111 | c0ba3fc9f83f |
UTF-8 | 精렞葺펫 | 111001111011001010111110111010111010000010011110111010001001000110111010111011011000111010101011 | e7b2beeba09ee891baed8eab |
UHC | 精렞葺펫 | 1110111111110001100011101010111111110001111100011100011011101010 | eff18eaff1f1c6ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)