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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | ?顔B | 00111111100010101110011101000010 | 3f8ae742 |
EUC-JP | ?顔B | 00111111101101001110100101000010 | 3fb4e942 |
UTF-8 | 쒜顔B | 11101100100100101001110011101001101000011001010001000010 | ec929ce9a19442 |
UHC | 쒜顔B | 1011111010101110111001001101010001000010 | beaee4d442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)