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 | ?@????^ | 00111111010000000011111100111111001111110011111101011110 | 3f403f3f3f3f5e |
SJIS-WIN | 端@卒棚臓棚^ | 100100100101101101000000100100011011001010010010010010011001000110011111100100100100100101011110 | 925b4091b29249919f92495e |
EUC-JP | 端@卒棚臓棚^ | 110000111011110001000000110000101011010011000011101010101100001010100001110000111010101001011110 | c3bc40c2b4c3aac2a1c3aa5e |
UTF-8 | 端@卒棚臓棚^ | 1110011110101011101011110100000011100101100011011001001011100110101000111001101011101000100001111001001111100110101000111001101001011110 | e7abaf40e58d92e6a39ae88793e6a39a5e |
UHC | 端@卒棚?棚^ | 1101001110101110010000001111000011101111110111011101110000111111110111011101110001011110 | d3ae40f0efdddc3fdddc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)