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 | ???® | 00111111001111110011111110101110 | 3f3f3fae |
SJIS-WIN | 濟?在? | 111000000101101000111111100011011101110100111111 | e05a3f8ddd3f |
EUC-JP | 濟?在® | 1101111110111011001111111011101011011111100011111010001011101110 | dfbb3fbadf8fa2ee |
UTF-8 | 濟렊在® | 1110011010111111100111111110101110100000100010101110010110011100101010001100001010101110 | e6bf9feba08ae59ca8c2ae |
UHC | 濟렊在® | 1111000010101101100011101010000111101110101001001010001011100111 | f0ad8ea1eea4a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)