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 | ??????D | 00111111001111110011111100111111001111110011111101000100 | 3f3f3f3f3f3f44 |
SJIS-WIN | ?ъ????D | 0011111110000100100011000011111100111111001111110011111101000100 | 3f848c3f3f3f3f44 |
EUC-JP | ?ъ????D | 0011111110100111111011000011111100111111001111110011111101000100 | 3fa7ec3f3f3f3f44 |
UTF-8 | 轢ъ뼏溜뽯젺D | 111011111010011010001101110100011000101011101011101111001000111111101111101001111000101111101011101111011010111111101100101000001011101001000100 | efa68dd18aebbc8fefa78bebbdafeca0ba44 |
UHC | 轢ъ뼏溜뽯젺D | 11100110101111001010110011101100100101101001011111101010111111101001011011101011101000001010110101000100 | e6bcacec9697eafe96eba0ad44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)