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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ャ陦ン | 111101001110100110101100111010001010000111011101 | f4e9ace8a1dd |
EUC-JP | ?ャ陦ン | 00111111100011101010110011110000101000111000111011011101 | 3f8eacf0a38edd |
UTF-8 | ャ陦ン | 111011101000111010011000111011111011110110101100111010011001100110100110111011111011111010011101 | ee8e98efbdace999a6efbe9d |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)