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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 迂???淫? | 1000100101001001001111110011111100111111100010001111101000111111 | 89493f3f3f88fa3f |
EUC-JP | 迂???淫? | 1011000110101010001111110011111100111111101100001111110000111111 | b1aa3f3f3fb0fc3f |
UTF-8 | 迂잰렍렞淫렕 | 111010001011111110000010111011001001111010110000111010111010000010001101111010111010000010011110111001101011011110101011111010111010000010010101 | e8bf82ec9eb0eba08deba09ee6b7abeba095 |
UHC | 迂잰렍렞淫렕 | 111010011110011011000000111010011000111010100011100011101010111111101011111000101000111010101010 | e9e6c0e98ea38eafebe28eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)