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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 燼??揶 | 111000001001111000111111001111111001110110001000 | e09e3f3f9d88 |
EUC-JP | 燼??揶 | 110111111111111000111111001111111101100111101000 | dffe3f3fd9e8 |
UTF-8 | 燼뗩댍揶 | 111001111000011110111100111010111001011110101001111010111000110010001101111001101000111110110110 | e787bceb97a9eb8c8de68fb6 |
UHC | 燼뗩댍揶 | 1110001111101000100010111110100110001000101101101110010110101010 | e3e88be988b6e5aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)