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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 疫彧^ | 1000100101110101111110101011100101011110 | 8975fab95e |
EUC-JP | 疫彧^ | 101100011101011010001111101111001111111001011110 | b1d68fbcfe5e |
UTF-8 | 疫彧^ | 11100111100101101010101111100101101111011010011101011110 | e796abe5bda75e |
UHC | 疫彧^ | 1110011010111001111010011110111001011110 | e6b9e9ee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)