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 | セロ灼症リ | 10111110110110111000111011011100100011111100011111011000 | bedb8edc8fc7d8 |
EUC-JP | セロ灼症リ | 10001110101111101000111011011011101111001101111010111110110010011000111011011000 | 8ebe8edbbcdebec98ed8 |
UTF-8 | セロ灼症リ | 111011111011110110111110111011111011111010011011111001111000000110111100111001111001011110000111111011111011111010011000 | efbdbeefbe9be781bce79787efbe98 |
UHC | ??灼症? | 00111111001111111110110111000111111100011111100000111111 | 3f3fedc7f1f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)