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 | ?®? | 001111111010111000111111 | 3fae3f |
SJIS-WIN | 臟?? | 11100100011001100011111100111111 | e4663f3f |
EUC-JP | 臟®? | 111001111100011110001111101000101110111000111111 | e7c78fa2ee3f |
UTF-8 | 臟®꼍 | 1110100010000111100111111100001010101110111010101011110010001101 | e8879fc2aeeabc8d |
UHC | 臟®꼍 | 111011011111010010100010111001111011001010111101 | edf4a2e7b2bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)