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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
EUC-JP | 勖?\}勖?\{^ | 10001111101100111110110100111111010111000111110110001111101100111110110100111111010111000111101101011110 | 8fb3ed3f5c7d8fb3ed3f5c7b5e |
UTF-8 | 勖렓\}勖렓\{^ | 1110010110001011100101101110101110100000100100110101110001111101111001011000101110010110111010111010000010010011010111000111101101011110 | e58b96eba0935c7de58b96eba0935c7b5e |
UHC | 勖렓\}勖렓\{^ | 11101001111011011000111010101000010111000111110111101001111011011000111010101000010111000111101101011110 | e9ed8ea85c7de9ed8ea85c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)