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 | 摯??舍徐 | 1001110110010101001111110011111111100100011100011000111110011001 | 9d953f3fe4718f99 |
EUC-JP | 摯??舍徐 | 1101100111110101001111110011111111100111110100101011110111111001 | d9f53f3fe7d2bdf9 |
UTF-8 | 摯쿠렢舍徐 | 111001101001000110101111111011001011111110100000111010111010000010100010111010001000100010001101111001011011111010010000 | e691afecbfa0eba0a2e8888de5be90 |
UHC | 摯쿠렢舍徐 | 11110010101001111100010011101101100011101011001111011110111011001101111111101111 | f2a7c4ed8eb3deecdfef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)