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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髯ヲ蜷昴Μ | 111010011001100110100110111001011001000010011101111000111000001110101010 | e999a6e5909de383aa |
EUC-JP | 髯ヲ蜷昴Μ | 11110001111110011000111010100110111010011111000011011010111001011010011010101100 | f1f98ea6e9f0dae5a6ac |
UTF-8 | 髯ヲ蜷昴Μ | 1110100110101011101011111110111110111101101001101110100010011100101101111110011010011000101101001100111010011100 | e9abafefbda6e89cb7e698b4ce9c |
UHC | ???昴Μ | 00111111001111110011111111011001110110111010010111001100 | 3f3f3fd9dba5cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)