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 | ??瀞?? | 001111110011111110010011110100100011111100111111 | 3f3f93d23f3f |
EUC-JP | ??瀞?? | 001111110011111111000110110101000011111100111111 | 3f3fc6d43f3f |
UTF-8 | 欌렪瀞펫렢 | 111001101010110010001100111010111010000010101010111001111000000010011110111011011000111010101011111010111010000010100010 | e6ac8ceba0aae7809eed8eabeba0a2 |
UHC | 欌렪瀞펫렢 | 11101101111010111000111010111000111011111110011111000110111010101000111010110011 | edeb8eb8efe7c6ea8eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)