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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 照ラh照ラ | 10001111110001101101011101101000100011111100011011010111 | 8fc6d7688fc6d7 |
EUC-JP | 照ラh照ラ | 101111101100100010001110110101110110100010111110110010001000111011010111 | bec88ed768bec88ed7 |
UTF-8 | 照ラh照ラ | 11100111100001011010011111101111101111101001011101101000111001111000010110100111111011111011111010010111 | e785a7efbe9768e785a7efbe97 |
UHC | 照?h照? | 11110000110011100011111101101000111100001100111000111111 | f0ce3f68f0ce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)