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 | ????瓜 | 001111110011111100111111001111111000100101011010 | 3f3f3f3f895a |
EUC-JP | ????瓜 | 001111110011111100111111001111111011000110111011 | 3f3f3f3fb1bb |
UTF-8 | 뤗횓⅛점瓜 | 111010111010010010010111111011011001101010010011111000101000010110011011111011001010000010010000111001111001001110011100 | eba497ed9a93e2859beca090e7939c |
UHC | 뤗횓⅛점瓜 | 10001111110001111100001110001110101010001111101111000001101000011100110111111110 | 8fc7c38ea8fbc1a1cdfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)