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 | ?®??? | 0011111110101110001111110011111100111111 | 3fae3f3f3f |
SJIS-WIN | ????柔 | 001111110011111100111111001111111000111101011111 | 3f3f3f3f8f5f |
EUC-JP | 塡®??柔 | 10001111101110001011010010001111101000101110111000111111001111111011110111000000 | 8fb8b48fa2ee3f3fbdc0 |
UTF-8 | 塡®렍렠柔 | 1110010110100001101000011100001010101110111010111010000010001101111010111010000010100000111001101001111110010100 | e5a1a1c2aeeba08deba0a0e69f94 |
UHC | 塡®렍렠柔 | 11101110111100111010001011100111100011101010001110001110101100011110101011110101 | eef3a2e78ea38eb1eaf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)