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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 膤牙害B | 11100100010100101000100111100101100010100101000101000010 | e45289e58a5142 |
EUC-JP | 膤牙害B | 11100111101100111011001011100111101100111011001001000010 | e7b3b2e7b3b242 |
UTF-8 | 膤牙害B | 11101000100001101010010011100111100010011001100111100101101011101011001101000010 | e886a4e78999e5aeb342 |
UHC | ?牙害B | 001111111110010010110011111110101010101001000010 | 3fe4b3faaa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)