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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 症ル宍ミ | 1000111111000111110110011000111010110011111100001010111111010000 | 8fc7d98eb3f0afd0 |
EUC-JP | 症ル宍?ミ | 101111101100100110001110110110011011110010110101001111111000111011010000 | bec98ed9bcb53f8ed0 |
UTF-8 | 症ル宍ミ | 111001111001011110000111111011111011111010011001111001011010111010001101111011101000000110101110111011111011111010010000 | e79787efbe99e5ae8dee81aeefbe90 |
UHC | 症???? | 111100011111100000111111001111110011111100111111 | f1f83f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)