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 | 瀞???∧ | 10010011110100100011111100111111001111111000000111001000 | 93d23f3f3f81c8 |
EUC-JP | 瀞???∧ | 11000110110101000011111100111111001111111010001011001010 | c6d43f3f3fa2ca |
UTF-8 | 瀞렱롋꿨∧ | 111001111000000010011110111010111010000010110001111010111010000110001011111010101011111110101000111000101000100010100111 | e7809eeba0b1eba18beabfa8e288a7 |
UHC | 瀞렱롋꿨∧ | 11101111111001111000111010111110100011101101000110110010111001011010000111111100 | efe78ebe8ed1b2e5a1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)