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 | 짹횑횁짯찾짯^ | 11101100101001111011100111101101100110101001000111101101100110101000000111101100101001111010111111101100101100001011111011101100101001111010111101011110 | eca7b9ed9a91ed9a81eca7afecb0beeca7af5e |
UHC | 짹횑횁짯찾짯^ | 11000010101100011100001110001100110000111000000111000010101011011100001110100011110000101010110101011110 | c2b1c38cc381c2adc3a3c2ad5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)