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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 止??璋?止 | 100011100111111000111111001111111110000011110110001111111000111001111110 | 8e7e3f3fe0f63f8e7e |
EUC-JP | 止??璋?止 | 101110111101111100111111001111111110000011111000001111111011101111011111 | bbdf3f3fe0f83fbbdf |
UTF-8 | 止펼높璋렟止 | 111001101010110110100010111011011000111010111100111010111000011010010010111001111001001010001011111010111010000010011111111001101010110110100010 | e6ada2ed8ebceb8692e7928beba09fe6ada2 |
UHC | 止펼높璋렟止 | 111100101010110111000110111011101011001111110100111011011111000010001110101100001111001010101101 | f2adc6eeb3f4edf08eb0f2ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)