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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 獰濺瑜 | 111000001101011011100000011001001110000011101111 | e0d6e064e0ef |
EUC-JP | 獰濺瑜 | 111000001101100011011111110001011110000011110001 | e0d8dfc5e0f1 |
UTF-8 | 獰濺瑜 | 111001111000110110110000111001101011111110111010111001111001000110011100 | e78db0e6bfbae7919c |
UHC | 獰?瑜 | 1110011110111110001111111110101110100101 | e7be3feba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)