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 | 酉??恁? | 10010011110100010011111100111111100111001000110000111111 | 93d13f3f9c8c3f |
EUC-JP | 酉??恁? | 11000110110100110011111100111111110101111110110000111111 | c6d33f3fd7ec3f |
UTF-8 | 酉쒒옩恁갃 | 111010011000010110001001111011001001001010010010111011001001100010101001111001101000000110000001111010101011000010000011 | e98589ec9292ec98a9e68181eab083 |
UHC | 酉쒒옩恁갃 | 11101011101101111001110011101001100111101010100011101100111101101000000101000010 | ebb79ce99ea8ecf68142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)