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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 毅??\ | 1000101101000010001111110011111101011100 | 8b423f3f5c |
EUC-JP | 毅??\ | 1011010110100011001111110011111101011100 | b5a33f3f5c |
UTF-8 | 毅묒돧\ | 11100110101011111000010111101011101011001001001011101011100011111010011101011100 | e6af85ebac92eb8fa75c |
UHC | 毅묒돧\ | 11101011111101101001000111101100100010011010101101011100 | ebf691ec89ab5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)