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 | 爾\}爾\{^ | 11110010101010111000111010100010010111000111110111110010101010111000111010100010010111000111101101011110 | f2ab8ea25c7df2ab8ea25c7b5e |
EUC-JP | ?爾\}?爾\{^ | 0011111110111100101001000101110001111101001111111011110010100100010111000111101101011110 | 3fbca45c7d3fbca45c7b5e |
UTF-8 | 爾\}爾\{^ | 1110111010000111101000101110011110001000101111100101110001111101111011101000011110100010111001111000100010111110010111000111101101011110 | ee87a2e788be5c7dee87a2e788be5c7b5e |
UHC | ?爾\}?爾\{^ | 0011111111101100101100110101110001111101001111111110110010110011010111000111101101011110 | 3fecb35c7d3fecb35c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)