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 | ??A}??A{^ | 001111110011111101000001011111010011111100111111010000010111101101011110 | 3f3f417d3f3f417b5e |
SJIS-WIN | ソタA}ソタA{^ | 101111111100000001000001011111011011111111000000010000010111101101011110 | bfc0417dbfc0417b5e |
EUC-JP | ソタA}ソタA{^ | 10001110101111111000111011000000010000010111110110001110101111111000111011000000010000010111101101011110 | 8ebf8ec0417d8ebf8ec0417b5e |
UTF-8 | ソタA}ソタA{^ | 1110111110111101101111111110111110111110100000000100000101111101111011111011110110111111111011111011111010000000010000010111101101011110 | efbdbfefbe80417defbdbfefbe80417b5e |
UHC | ??A}??A{^ | 001111110011111101000001011111010011111100111111010000010111101101011110 | 3f3f417d3f3f417b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)