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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 쨔첫횑횘횠첫^ | 11101100101010001001010011101100101100101010101111101101100110101001000111101101100110101001100011101101100110101010000011101100101100101010101101011110 | eca894ecb2abed9a91ed9a98ed9aa0ecb2ab5e |
UHC | 쨔첫횑횘횠첫^ | 11000010101110011100001110111001110000111000110011000011100100101100001110011000110000111011100101011110 | c2b9c3b9c38cc392c398c3b95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)