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 | wwB | 1000111101110111100011110111011101000010 | 8f778f7742 |
SJIS-WIN | ?w?wB | 0011111101110111001111110111011101000010 | 3f773f7742 |
EUC-JP | ?w?wB | 0011111101110111001111110111011101000010 | 3f773f7742 |
UTF-8 | wwB | 11000010100011110111011111000010100011110111011101000010 | c28f77c28f7742 |
UHC | ?w?wB | 0011111101110111001111110111011101000010 | 3f773f7742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)