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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蔗ク逞樣ォエ | 111001001111001010111000111001111001011110011110111010011010101110110100 | e4f2b8e7979ee9abb4 |
EUC-JP | 蔗ク逞樣ォエ | 111010001111010010001110101110001110110111110111110111001110101110001110101010111000111010110100 | e8f48eb8edf7dceb8eab8eb4 |
UTF-8 | 蔗ク逞樣ォエ | 111010001001010010010111111011111011110110111000111010011000000010011110111001101010100010100011111011111011110110101011111011111011110110110100 | e89497efbdb8e9809ee6a8a3efbdabefbdb4 |
UHC | 蔗?逞樣?? | 111011011011110100111111110101101100000111100101110001100011111100111111 | edbd3fd6c1e5c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)