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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 澱私?僥 | 10010011011000101000111010000100001111111001100101000110 | 93628e843f9946 |
EUC-JP | 澱私?僥 | 11000101110000111011101111100100001111111101000110100111 | c5c3bbe43fd1a7 |
UTF-8 | 澱私료僥 | 111001101011111010110001111001111010011110000001111010111010001110001100111001011000001110100101 | e6beb1e7a781eba38ce583a5 |
UHC | 澱私료僥 | 1110111011111110110111101110011110110111111000011110100011101001 | eefedee7b7e1e8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)