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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | コ鸙}コ鸙{^ | 101110101111110001001010011111011011101011111100010010100111101101011110 | bafc4a7dbafc4a7b5e |
EUC-JP | コ鸙}コ鸙{^ | 10001110101110101000111111101100110101100111110110001110101110101000111111101100110101100111101101011110 | 8eba8fecd67d8eba8fecd67b5e |
UTF-8 | コ鸙}コ鸙{^ | 111011111011110110111010111010011011100010011001011111011110111110111101101110101110100110111000100110010111101101011110 | efbdbae9b8997defbdbae9b8997b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)