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 | 遺묈쐴^ | 11101001100000011011101011101011101011001000100011101100100100001011010001011110 | e981baebac88ec90b45e |
UHC | 遺묈쐴^ | 11101011101101101001000111100101101111101010000101011110 | ebb691e5bea15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)