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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 譽紆譽紆^ | 111001101010001111100010111111001110011010100011111000101111110001011110 | e6a3e2fce6a3e2fc5e |
EUC-JP | 譽紆譽紆^ | 111011001010010111100100111111101110110010100101111001001111111001011110 | eca5e4feeca5e4fe5e |
UTF-8 | 譽紆譽紆^ | 11101000101011011011110111100111101101001000011011101000101011011011110111100111101101001000011001011110 | e8adbde7b486e8adbde7b4865e |
UHC | 譽紆譽紆^ | 111001111110001011101001111000011110011111100010111010011110000101011110 | e7e2e9e1e7e2e9e15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)