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 | ã㸠| 111000111001110110001010100111011110001110111000 | e39d8a9de3b8 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ã???㸠| 100011111010101110101010001111110011111100111111100011111010101110101010100011111010001010110001 | 8fabaa3f3f3f8fabaa8fa2b1 |
UTF-8 | ã㸠| 110000111010001111000010100111011100001010001010110000101001110111000011101000111100001010111000 | c3a3c29dc28ac29dc3a3c2b8 |
UHC | ?????¸ | 00111111001111110011111100111111001111111010001010101100 | 3f3f3f3f3fa2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)