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 | 遺??^ | 1000100011100010001111110011111101011110 | 88e23f3f5e |
EUC-JP | 遺??^ | 1011000011100100001111110011111101011110 | b0e43f3f5e |
UTF-8 | 遺숃뀻^ | 11101001100000011011101011101100100010001000001111101011100000001011101101011110 | e981baec8883eb80bb5e |
UHC | 遺숃뀻^ | 11101011101101101001100111101000100001011011000101011110 | ebb699e885b15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)