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 | ??????x | 00111111001111110011111100111111001111110011111101111000 | 3f3f3f3f3f3f78 |
SJIS-WIN | ?ъ????x | 0011111110000100100011000011111100111111001111110011111101111000 | 3f848c3f3f3f3f78 |
EUC-JP | ?ъ????x | 0011111110100111111011000011111100111111001111110011111101111000 | 3fa7ec3f3f3f3f78 |
UTF-8 | 轢ъ뼏溜뽯젺x | 111011111010011010001101110100011000101011101011101111001000111111101111101001111000101111101011101111011010111111101100101000001011101001111000 | efa68dd18aebbc8fefa78bebbdafeca0ba78 |
UHC | 轢ъ뼏溜뽯젺x | 11100110101111001010110011101100100101101001011111101010111111101001011011101011101000001010110101111000 | e6bcacec9697eafe96eba0ad78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)