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 | ?F??? | 0011111101000110001111110011111100111111 | 3f463f3f3f |
SJIS-WIN | ?F??? | 0011111101000110001111110011111100111111 | 3f463f3f3f |
EUC-JP | ?F??? | 0011111101000110001111110011111100111111 | 3f463f3f3f |
UTF-8 | 뭒F몺묰몿 | 11101011101011011001001001000110111010111010101010111010111010111010110010110000111010111010101010111111 | ebad9246ebaabaebacb0ebaabf |
UHC | 뭒F몺묰몿 | 100100100101101001000110100100011010000010010010010001111001000110100011 | 925a4691a0924791a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)