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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 淅堯D淅堯D^ | 1001111111000110111010101001111101000100100111111100011011101010100111110100010001011110 | 9fc6ea9f449fc6ea9f445e |
EUC-JP | 淅堯D淅堯D^ | 1101111011001000111101001010000101000100110111101100100011110100101000010100010001011110 | dec8f4a144dec8f4a1445e |
UTF-8 | 淅堯D淅堯D^ | 111001101011011110000101111001011010000010101111010001001110011010110111100001011110010110100000101011110100010001011110 | e6b785e5a0af44e6b785e5a0af445e |
UHC | 淅堯D淅堯D^ | 1110000010110010111010001110101101000100111000001011001011101000111010110100010001011110 | e0b2e8eb44e0b2e8eb445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)