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 | ?y???? | 001111110111100100111111001111110011111100111111 | 3f793f3f3f3f |
SJIS-WIN | ?y???? | 001111110111100100111111001111110011111100111111 | 3f793f3f3f3f |
EUC-JP | ?y???? | 001111110111100100111111001111110011111100111111 | 3f793f3f3f3f |
UTF-8 | 챈y혯횖혰횎 | 11101100101100011000100001111001111011011001100010101111111011011001101010010110111011011001100010110000111011011001101010001110 | ecb18879ed98afed9a96ed98b0ed9a8e |
UHC | 챈y혯횖혰횎 | 1100001110100110011110011100001010010110110000111001000011000010100101111100001110001010 | c3a679c296c390c297c38a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)