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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 霓璽[霓璽[^ | 1110100010111101100011101010001101011011111010001011110110001110101000110101101101011110 | e8bd8ea35be8bd8ea35b5e |
EUC-JP | 霓璽[霓璽[^ | 1111000010111111101111001010010101011011111100001011111110111100101001010101101101011110 | f0bfbca55bf0bfbca55b5e |
UTF-8 | 霓璽[霓璽[^ | 111010011001110010010011111001111001001010111101010110111110100110011100100100111110011110010010101111010101101101011110 | e99c93e792bd5be99c93e792bd5b5e |
UHC | 霓璽[霓璽[^ | 1110011111100111110111111101111001011011111001111110011111011111110111100101101101011110 | e7e7dfde5be7e7dfde5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)