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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??鵑瑤 | 001111110011111111101010010000111110101010100010 | 3f3fea43eaa2 |
EUC-JP | ??鵑瑤 | 001111110011111111110011101001001111010010100100 | 3f3ff3a4f4a4 |
UTF-8 | 梨쇨鵑瑤 | 111011111010011110100010111011001000011110101000111010011011010110010001111001111001000110100100 | efa7a2ec87a8e9b591e791a4 |
UHC | 梨쇨鵑瑤 | 1110110010110001101111001110101011001100101110111110100011111101 | ecb1bceaccbbe8fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)