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 | 횥짙횑횘횠첫^ | 11101101100110101010010111101100101001111001100111101101100110101001000111101101100110101001100011101101100110101010000011101100101100101010101101011110 | ed9aa5eca799ed9a91ed9a98ed9aa0ecb2ab5e |
UHC | 횥짙횑횘횠첫^ | 11000011100111001100001010100011110000111000110011000011100100101100001110011000110000111011100101011110 | c39cc2a3c38cc392c398c3b95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)