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 | 玉?????^ | 1000101111001010001111110011111100111111001111110011111101011110 | 8bca3f3f3f3f3f5e |
EUC-JP | 玉?????^ | 1011011011001100001111110011111100111111001111110011111101011110 | b6cc3f3f3f3f3f5e |
UTF-8 | 玉앮꼇連든겮^ | 11100111100011101000100111101100100101011010111011101010101111001000011111101111101001101001101011101011100100111010000011101010101100101010111001011110 | e78e89ec95aeeabc87efa69aeb93a0eab2ae5e |
UHC | 玉앮꼇連든겮^ | 11101000101011001001110111100110101100101011101111100110111001101011010111100111100000011011110001011110 | e8ac9de6b2bbe6e6b5e781bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)