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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?枉歟? | 001111111001111001011101100111110110001000111111 | 3f9e5d9f623f |
EUC-JP | ?枉歟剡 | 0011111111011011101111101101110111000011100011111011001111000111 | 3fdbbeddc38fb3c7 |
UTF-8 | 뭸枉歟剡 | 111010111010110110111000111001101001111010001001111001101010110110011111111001011000100110100001 | ebadb8e69e89e6ad9fe589a1 |
UHC | 뭸枉歟剡 | 1001001010000111111010001101101111100110101000101110000011100110 | 9287e8dbe6a2e0e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)