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 | 躁???支 | 11100111010011100011111100111111001111111000111001111000 | e74e3f3f3f8e78 |
EUC-JP | 躁???支 | 11101101101011110011111100111111001111111011101111011001 | edaf3f3f3fbbd9 |
UTF-8 | 躁ㅺ렭렞支 | 111010001011101010000001111000111000010110111010111010111010000010101101111010111010000010011110111001101001010010101111 | e8ba81e385baeba0adeba09ee694af |
UHC | 躁ㅺ렭렞支 | 11110000111000101010010011101010100011101011101010001110101011111111001010101000 | f0e2a4ea8eba8eaff2a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)