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 | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | 荐件修c^ | 1110010010100110100011001000111110001111010000110110001101011110 | e4a68c8f8f43635e |
EUC-JP | 荐件修c^ | 1110100010101000101101111110111110111101101001000110001101011110 | e8a8b7efbda4635e |
UTF-8 | 荐件修c^ | 1110100010001101100100001110010010111011101101101110010010111111101011100110001101011110 | e88d90e4bbb6e4bfae635e |
UHC | ?件修c^ | 00111111110010111110110011100001111100110110001101011110 | 3fcbece1f3635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)