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 | 苑?祉?紙 | 1000100110010001001111111000111010000011001111111000111010000110 | 89913f8e833f8e86 |
EUC-JP | 苑?祉?紙 | 1011000111110001001111111011101111100011001111111011101111100110 | b1f13fbbe33fbbe6 |
UTF-8 | 苑렱祉렒紙 | 111010001000101110010001111010111010000010110001111001111010010110001001111010111010000010010010111001111011010010011001 | e88b91eba0b1e7a589eba092e7b499 |
UHC | 苑렱祉렒紙 | 11101010101111011000111010111110111100101011001110001110101001111111001010110101 | eabd8ebef2b38ea7f2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)