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 | ?消ю?? | 00111111100011111100000110000100100100000011111100111111 | 3f8fc184903f3f |
EUC-JP | ?消ю?? | 00111111101111101100001110100111111100000011111100111111 | 3fbec3a7f03f3f |
UTF-8 | 뤵消ю횓쪔 | 1110101110100100101101011110011010110110100010001101000110001110111011011001101010010011111011001010101010010100 | eba4b5e6b688d18eed9a93ecaa94 |
UHC | 뤵消ю횓쪔 | 10001111111000111110000110111100101011001111000011000011100011101010010110001110 | 8fe3e1bcacf0c38ea58e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)