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 | 得奣辷 | 100100111011111011111010101000111110011110001000 | 93befaa3e788 |
EUC-JP | 得奣辷 | 11000110110000001000111110111000111111001110110111101000 | c6c08fb8fcede8 |
UTF-8 | 得奣辷 | 111001011011111010010111111001011010010110100011111010001011111010110111 | e5be97e5a5a3e8beb7 |
UHC | 得?? | 11010100111100000011111100111111 | d4f03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)