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 | 戊唯}戊唯{^ | 1001010111101000100101110100001001111101100101011110100010010111010000100111101101011110 | 95e897427d95e897427b5e |
EUC-JP | 戊唯}戊唯{^ | 1100101011101010110011011010001101111101110010101110101011001101101000110111101101011110 | caeacda37dcaeacda37b5e |
UTF-8 | 戊唯}戊唯{^ | 111001101000100010001010111001011001010010101111011111011110011010001000100010101110010110010100101011110111101101011110 | e6888ae594af7de6888ae594af7b5e |
UHC | 戊唯}戊唯{^ | 1101100111100110111010101110011001111101110110011110011011101010111001100111101101011110 | d9e6eae67dd9e6eae67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)