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^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
EUC-JP | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
UTF-8 | 횈횏D횈횏D^ | 111011011001101010001000111011011001101010001111010001001110110110011010100010001110110110011010100011110100010001011110 | ed9a88ed9a8f44ed9a88ed9a8f445e |
UHC | 횈횏D횈횏D^ | 1100001110000110110000111000101101000100110000111000011011000011100010110100010001011110 | c386c38b44c386c38b445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)