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^ | 10100001111111100100010010100001111111100100010001011110 | a1fe44a1fe445e |
SJIS-WIN | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
EUC-JP | ¡þD¡þD^ | 100011111010001011000010100011111010100111010000010001001000111110100010110000101000111110101001110100000100010001011110 | 8fa2c28fa9d0448fa2c28fa9d0445e |
UTF-8 | ¡þD¡þD^ | 1100001010100001110000111011111001000100110000101010000111000011101111100100010001011110 | c2a1c3be44c2a1c3be445e |
UHC | ¡þD¡þD^ | 1010001010101110101010011010110101000100101000101010111010101001101011010100010001011110 | a2aea9ad44a2aea9ad445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)