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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?遁??? | 001111111001001111011001001111110011111100111111 | 3f93d93f3f3f |
EUC-JP | 芷遁??? | 1000111111010111110010011100011011011011001111110011111100111111 | 8fd7c9c6db3f3f3f |
UTF-8 | 芷遁렰렜뤈 | 111010001000101010110111111010011000000110000001111010111010000010110000111010111010000010011100111010111010010010001000 | e88ab7e98181eba0b0eba09ceba488 |
UHC | 芷遁렰렜뤈 | 11110010101110101101010011101101100011101011110110001110101011101000111110111000 | f2bad4ed8ebd8eae8fb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)