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 | ?裝正渡 | 00111111111001011110010010010000101100111001001101101110 | 3fe5e490b3936e |
EUC-JP | ?裝正渡 | 00111111111010101110011011000000101101011100010111001111 | 3feae6c0b5c5cf |
UTF-8 | 뤺裝正渡 | 111010111010010010111010111010001010001110011101111001101010110110100011111001101011100010100001 | eba4bae8a39de6ada3e6b8a1 |
UHC | 뤺裝正渡 | 1000111111101000111011011111101111101111111000011101010010100100 | 8fe8edfbefe1d4a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)