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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ?ъ????兀 | 001111111000010010001100001111110011111100111111001111111001100101011001 | 3f848c3f3f3f3f9959 |
EUC-JP | ?ъ????兀 | 001111111010011111101100001111110011111100111111001111111101000110111010 | 3fa7ec3f3f3f3fd1ba |
UTF-8 | 轢ъ뼏溜뽯젺兀 | 1110111110100110100011011101000110001010111010111011110010001111111011111010011110001011111010111011110110101111111011001010000010111010111001011000010110000000 | efa68dd18aebbc8fefa78bebbdafeca0bae58580 |
UHC | 轢ъ뼏溜뽯젺兀 | 1110011010111100101011001110110010010110100101111110101011111110100101101110101110100000101011011110100010110100 | e6bcacec9697eafe96eba0ade8b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)