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 | è¡è¬\ | 11101000101000011001001111101000101011001001110101011100 | e8a193e8ac9d5c |
SJIS-WIN | ????¬?\ | 0011111100111111001111110011111110000001110010100011111101011100 | 3f3f3f3f81ca3f5c |
EUC-JP | ��\ | 1000111110101011101100101000111110100010110000100011111110001111101010111011001010100010110011000011111101011100 | 8fabb28fa2c23f8fabb2a2cc3f5c |
UTF-8 | è¡è¬\ | 11000011101010001100001010100001110000101001001111000011101010001100001010101100110000101001110101011100 | c3a8c2a1c293c3a8c2acc29d5c |
UHC | ?¡????\ | 0011111110100010101011100011111100111111001111110011111101011100 | 3fa2ae3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)