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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 殉殉B | 1000111101111101100011110111110101000010 | 8f7d8f7d42 |
EUC-JP | 殉殉B | 1011110111011110101111011101111001000010 | bddebdde42 |
UTF-8 | 殉殉B | 11100110101011101000100111100110101011101000100101000010 | e6ae89e6ae8942 |
UHC | 殉殉B | 1110001011100110111000101110011001000010 | e2e6e2e642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)