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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 罔濠掘 | 111000111010011010001101100010101000110001000000 | e3a68d8a8c40 |
EUC-JP | 罔濠掘 | 111001101010100010111001111010101011011110100001 | e6a8b9eab7a1 |
UTF-8 | 罔濠掘 | 111001111011110110010100111001101011111110100000111001101000111010011000 | e7bd94e6bfa0e68e98 |
UHC | 罔濠掘 | 110110001101001011111011110011001100111111011110 | d8d2fbcccfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)