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 | 漆菫罐 | 100011101011110111100100101111111110001110100011 | 8ebde4bfe3a3 |
EUC-JP | 漆菫罐 | 101111001011111111101000110000011110011010100101 | bcbfe8c1e6a5 |
UTF-8 | 漆菫罐 | 111001101011110010000110111010001000111110101011111001111011110110010000 | e6bc86e88fabe7bd90 |
UHC | 漆菫罐 | 111101101101010011010000110010111100111010111000 | f6d4d0cbceb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)