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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 횕횑짹횁횕횑 | 111011011001101010010101111011011001101010010001111011001010011110111001111011011001101010000001111011011001101010010101111011011001101010010001 | ed9a95ed9a91eca7b9ed9a81ed9a95ed9a91 |
UHC | 횕횑짹횁횕횑 | 110000111000111111000011100011001100001010110001110000111000000111000011100011111100001110001100 | c38fc38cc2b1c381c38fc38c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)