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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 治讓爾^ | 10001110101000011110011010101000100011101010001001011110 | 8ea1e6a88ea25e |
EUC-JP | 治讓爾^ | 10111100101000111110110010101010101111001010010001011110 | bca3ecaabca45e |
UTF-8 | 治讓爾^ | 11100110101100101011101111101000101011101001001111100111100010001011111001011110 | e6b2bbe8ae93e788be5e |
UHC | 治讓爾^ | 11110110101111011110010111010011111011001011001101011110 | f6bde5d3ecb35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)