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 | 裹キ邯ォ | 111001011110010110110111111001111011011010101011 | e5e5b7e7b6ab |
EUC-JP | 裹キ邯ォ | 1110101011100111100011101011011111101110101110001000111010101011 | eae78eb7eeb88eab |
UTF-8 | 裹キ邯ォ | 111010001010001110111001111011111011110110110111111010011000001010101111111011111011110110101011 | e8a3b9efbdb7e982afefbdab |
UHC | ??邯? | 0011111100111111110010101111101100111111 | 3f3fcafb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)