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 | ’??∨ | 100000010110011000111111001111111000000111001001 | 81663f3f81c9 |
EUC-JP | ’??∨ | 101000011100011100111111001111111010001011001011 | a1c73f3fa2cb |
UTF-8 | ’룶殺∨ | 111000101000000010011001111010111010001110110110111011111010010110110000111000101000100010101000 | e28099eba3b6efa5b0e288a8 |
UHC | ’룶殺∨ | 1010000110101111100011111010101111100001111011011010000111111101 | a1af8fabe1eda1fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)