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^ | 1001001001001110100100011010010101000100100100100100111010010001101001010100010001011110 | 924e91a544924e91a5445e |
EUC-JP | 誰則D誰則D^ | 1100001110101111110000101010011101000100110000111010111111000010101001110100010001011110 | c3afc2a744c3afc2a7445e |
UTF-8 | 誰則D誰則D^ | 111010001010101010110000111001011000100110000111010001001110100010101010101100001110010110001001100001110100010001011110 | e8aab0e5898744e8aab0e58987445e |
UHC | 誰則D誰則D^ | 1110001011000001111101101100111001000100111000101100000111110110110011100100010001011110 | e2c1f6ce44e2c1f6ce445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)