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 | 烝?鬱??? | 1110000001111110001111111001111101010100001111110011111100111111 | e07e3f9f543f3f3f |
EUC-JP | 烝?鬱??? | 1101111111011111001111111101110110110101001111110011111100111111 | dfdf3fddb53f3f3f |
UTF-8 | 烝렒鬱ㆁ렰렍 | 111001111000001110011101111010111010000010010010111010011010110010110001111000111000011010000001111010111010000010110000111010111010000010001101 | e7839deba092e9acb1e38681eba0b0eba08d |
UHC | 烝렒鬱ㆁ렰렍 | 111100011111011010001110101001111110101010100110101001001111000110001110101111011000111010100011 | f1f68ea7eaa6a4f18ebd8ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)