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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?友 | 001111111001011101000110 | 3f9746 |
EUC-JP | ?友 | 001111111100110110100111 | 3fcda7 |
UTF-8 | 灐友 | 111001111000000110010000111001011000111110001011 | e78190e58f8b |
UHC | 灐友 | 11111011101001011110100111010010 | fba5e9d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)