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 | ??????~ | 00111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f7e |
SJIS-WIN | ??????~ | 00111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f7e |
EUC-JP | ??????~ | 00111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f7e |
UTF-8 | 횒짭창짢짭쩌~ | 11101101100110101001001011101100101001111010110111101100101100001011110111101100101001111010001011101100101001111010110111101100101010011000110001111110 | ed9a92eca7adecb0bdeca7a2eca7adeca98c7e |
UHC | 횒짭창짢짭쩌~ | 11000011100011011100001010101100110000111010001011000010101010001100001010101100110000101011110001111110 | c38dc2acc3a2c2a8c2acc2bc7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)