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 | 琮槃飛異 | 1111101101101010100111101100111110010100111100101000100011011001 | fb6a9ecf94f288d9 |
EUC-JP | 琮槃飛異 | 100011111100110010110010110111001101000111001000111101001011000011011011 | 8fccb2dcd1c8f4b0db |
UTF-8 | 琮槃飛異 | 111001111001000010101110111001101010011110000011111010011010001110011011111001111001010110110000 | e790aee6a783e9a39be795b0 |
UHC | 琮槃飛異 | 1111000011111001110110101110100111011110101010111110110010110110 | f0f9dae9deabecb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)