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 | ??宿^ | 0011111100111111100011110110100001011110 | 3f3f8f685e |
EUC-JP | ??宿^ | 0011111100111111101111011100100101011110 | 3f3fbdc95e |
UTF-8 | 롇렟宿^ | 11101011101000011000011111101011101000001001111111100101101011101011111101011110 | eba187eba09fe5aebf5e |
UHC | 롇렟宿^ | 10001110110011011000111010110000111000101101011001011110 | 8ecd8eb0e2d65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)