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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 鍵菅 | 10001100101011101001000010011011 | 8cae909b |
EUC-JP | 鍵菅 | 10111000101100001011111111111011 | b8b0bffb |
UTF-8 | 鍵菅 | 111010011000110110110101111010001000111110000101 | e98db5e88f85 |
UHC | 鍵菅 | 11001011111101011100111010111001 | cbf5ceb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)