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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 支?\}支?\{^ | 1000111001111000001111110101110001111101100011100111100000111111010111000111101101011110 | 8e783f5c7d8e783f5c7b5e |
EUC-JP | 支?\}支?\{^ | 1011101111011001001111110101110001111101101110111101100100111111010111000111101101011110 | bbd93f5c7dbbd93f5c7b5e |
UTF-8 | 支렫\}支렫\{^ | 1110011010010100101011111110101110100000101010110101110001111101111001101001010010101111111010111010000010101011010111000111101101011110 | e694afeba0ab5c7de694afeba0ab5c7b5e |
UHC | 支렫\}支렫\{^ | 11110010101010001000111010111001010111000111110111110010101010001000111010111001010111000111101101011110 | f2a88eb95c7df2a88eb95c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)