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 | ??W???? | 00111111001111110101011100111111001111110011111100111111 | 3f3f573f3f3f3f |
SJIS-WIN | 偲悉W偲レト而 | 1000111011000011100011101011101101010111100011101100001111011010110001001000111010100111 | 8ec38ebb578ec3dac48ea7 |
EUC-JP | 偲悉W偲レト而 | 10111100110001011011110010111101010101111011110011000101100011101101101010001110110001001011110010101001 | bcc5bcbd57bcc58eda8ec4bca9 |
UTF-8 | 偲悉W偲レト而 | 11100101100000011011001011100110100000101000100101010111111001011000000110110010111011111011111010011010111011111011111010000100111010001000000010001100 | e581b2e6828957e581b2efbe9aefbe84e8808c |
UHC | ?悉W???而 | 001111111110001111111010010101110011111100111111001111111110110010111011 | 3fe3fa573f3f3fecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)