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 | 遺???泳 | 10001000111000100011111100111111001111111000100101101010 | 88e23f3f3f896a |
EUC-JP | 遺???泳 | 10110000111001000011111100111111001111111011000111001011 | b0e43f3f3fb1cb |
UTF-8 | 遺볡퓖흟泳 | 111010011000000110111010111010111011001110100001111011011001001110010110111011011001110110011111111001101011001110110011 | e981baebb3a1ed9396ed9d9fe6b3b3 |
UHC | 遺볡퓖흟泳 | 11101011101101101001001111100111101111111000000111000101100000011110011110110110 | ebb693e7bf81c581e7b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)