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 | 亦??^ | 1001011010010010001111110011111101011110 | 96923f3f5e |
EUC-JP | 亦??^ | 1100101111110010001111110011111101011110 | cbf23f3f5e |
UTF-8 | 亦낅젔^ | 11100100101110101010011011101011100000101000010111101100101000001001010001011110 | e4baa6eb8285eca0945e |
UHC | 亦낅젔^ | 11100110101100101000010111101011101000001001001001011110 | e6b285eba0925e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)