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 | ?卍?資 | 001111111001100111000010001111111000111010010001 | 3f99c23f8e91 |
EUC-JP | ?卍?資 | 001111111101001011000100001111111011101111110001 | 3fd2c43fbbf1 |
UTF-8 | 장卍뤺資 | 111011001001111010100101111001011000110110001101111010111010010010111010111010001011001110000111 | ec9ea5e58d8deba4bae8b387 |
UHC | 장卍뤺資 | 1100000011100101110110001011001110001111111010001110110111000000 | c0e5d8b38fe8edc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)