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 | 泳??容η | 1000100101101010001111110011111110010111011001011000001111000101 | 896a3f3f976583c5 |
EUC-JP | 泳??容η | 1011000111001011001111110011111111001101110001101010011011000111 | b1cb3f3fcdc6a6c7 |
UTF-8 | 泳됮뒟容η | 1110011010110011101100111110101110010000101011101110101110010010100111111110010110101110101110011100111010110111 | e6b3b3eb90aeeb929fe5aeb9ceb7 |
UHC | 泳됮뒟容η | 11100111101101101000100111101001100010101001101111101001101110111010010111100111 | e7b689e98a9be9bba5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)