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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 臾るХh臾 | 111001000110101110000010111010011000010001010110011010001110010001101011 | e46b82e9845668e46b |
EUC-JP | 臾るХh臾 | 111001111100110010100100111010111010011110110111011010001110011111001100 | e7cca4eba7b768e7cc |
UTF-8 | 臾るХh臾 | 111010001000011110111110111000111000001010001011110100001010010101101000111010001000011110111110 | e887bee3828bd0a568e887be |
UHC | 臾るХh臾 | 111010111010110010101010111010111010110010110111011010001110101110101100 | ebacaaebacb768ebac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)