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 | 已??舍? | 10011011110111110011111100111111111001000111000100111111 | 9bdf3f3fe4713f |
EUC-JP | 已??舍? | 11010110111000010011111100111111111001111101001000111111 | d6e13f3fe7d23f |
UTF-8 | 已고렢舍렧 | 111001011011011110110010111010101011001110100000111010111010000010100010111010001000100010001101111010111010000010100111 | e5b7b2eab3a0eba0a2e8888deba0a7 |
UHC | 已고렢舍렧 | 11101100101010111011000011101101100011101011001111011110111011001000111010110110 | ecabb0ed8eb3deec8eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)