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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 簟峪糘^ | 11100010110100001001101110111001111000101111001001011110 | e2d09bb9e2f25e |
EUC-JP | 簟峪糘^ | 11100100110100101101011010111011111001001111010001011110 | e4d2d6bbe4f45e |
UTF-8 | 簟峪糘^ | 11100111101100001001111111100101101100111010101011100111101100111001100001011110 | e7b09fe5b3aae7b3985e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)