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 | 溢?璋? | 100010001110110000111111111000001111011000111111 | 88ec3fe0f63f |
EUC-JP | 溢?璋? | 101100001110111000111111111000001111100000111111 | b0ee3fe0f83f |
UTF-8 | 溢렢璋렏 | 111001101011101010100010111010111010000010100010111001111001001010001011111010111010000010001111 | e6baa2eba0a2e7928beba08f |
UHC | 溢렢璋렏 | 1110110011101110100011101011001111101101111100001000111010100101 | ecee8eb3edf08ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)