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 | 羝肢沖薛 | 1110001110110110100011101000100010001001101010111110010101001100 | e3b68e8889abe54c |
EUC-JP | 羝肢沖薛 | 1110011010111000101110111110100010110010101011011110100110101101 | e6b8bbe8b2ade9ad |
UTF-8 | 羝肢沖薛 | 111001111011111010011101111010001000001010100010111001101011001010010110111010001001011010011011 | e7be9de882a2e6b296e8969b |
UHC | ?肢沖薛 | 00111111111100101011011011110101111110001110000011100000 | 3ff2b6f5f8e0e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)