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 | 瀞???∪ | 10010011110100100011111100111111001111111000000110111110 | 93d23f3f3f81be |
EUC-JP | 瀞???∪ | 11000110110101000011111100111111001111111010001011000000 | c6d43f3f3fa2c0 |
UTF-8 | 瀞렱롋꿨∪ | 111001111000000010011110111010111010000010110001111010111010000110001011111010101011111110101000111000101000100010101010 | e7809eeba0b1eba18beabfa8e288aa |
UHC | 瀞렱롋꿨∪ | 11101111111001111000111010111110100011101101000110110010111001011010000111111010 | efe78ebe8ed1b2e5a1fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)